Ejemplo n.º 1
0
        private static void Examples(string appId)
        {
            var ch = ChargeDemo.Example(appId);

            RefundDemo.Example(ch.Id);
            // RedEnvelopeDemo.Example(appId);
            // TransferDemo.Example(appId);
            // VerifyDemo.Example();
            // WebhooksDemo.Example();
        }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 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);
 }
Ejemplo n.º 4
0
 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);
 }