コード例 #1
0
 public QueryPayment(string hash, string merchant_payment_code, EbanxEnvironment env)
 {
     integration_key            = env.IntegrationKey;
     this.hash                  = hash;
     this.merchant_payment_code = merchant_payment_code;
 }
コード例 #2
0
 public PaymentRequest(EbanxEnvironment env)
 {
     integration_key = env.IntegrationKey;
 }
コード例 #3
0
 public EbanxApi(EbanxEnvironment env) => this.env = env;