コード例 #1
0
 public RefundResponseMessage(string oid, string pid, Refund refund, TxState state, string msg, ResponseReasonCode reason)
     : base(Methods.REFUND_RESPONSE)
 {
     this.orderId   = oid;
     this.paymentId = pid;
     this.refund    = refund;
     this.code      = state;
     this.message   = msg;
     this.reason    = reason;
 }
コード例 #2
0
 public RefundResponseMessage(string oid, string pid, Refund refund, TxState state, string msg, ResponseReasonCode reason)
     : base(Methods.REFUND_RESPONSE)
 {
     this.orderId = oid;
     this.paymentId = pid;
     this.refund = refund;
     this.code = state;
     this.message = msg;
     this.reason = reason;
 }