private static void Examples(string appId) { ChargeDemo.Example(appId); RedEnvelopeDemo.Example(appId); TransferDemo.Example(appId); VerifyDemo.Example(); WebhooksDemo.Example(); IdentificationDemo.Example(appId); CustomsDemo.Example(appId, "ch_avbPyT4aDCe1r9W1eHfv1SuP"); //批量退款示例 BatchRefundDemo.Example(appId); }
private static void Examples(string appId) { ChargeDemo.Example(appId); RefundDemo.Example("ch_CGuj94yXPW944CWbr1Sa5q1K"); RedEnvelopeDemo.Example(appId); TransferDemo.Example(appId); VerifyDemo.Example(); WebhooksDemo.Example(); IdentificationDemo.Example(appId); CustomsDemo.Example(appId, "ch_CGuj94yXPW944CWbr1Sa5q1K"); BatchRefundDemo.Example(appId); BatchTransferDemo.Example(appId); }
private static void Examples(string appId) { ChargeDemo.Example(appId); AgreementDemo.Example(appId); RedEnvelopeDemo.Example(appId); TransferDemo.Example(appId); VerifyDemo.Example(); WebhooksDemo.Example(); IdentificationDemo.Example(appId); CustomsDemo.Example(appId, "ch_avbPyT4aDCe1r9W1eHfv1SuP"); CardInfoDemo.Example(appId); //批量退款示例 BatchRefundDemo.Example(appId); SplitReceiverDemo.Example(appId); SplitProfitDemo.Example(appId); ProfitTransactionDemo.Example(appId); SubBankDemo.Example(appId); }