コード例 #1
0
 /// <inheritdoc />
 public Task MakePaymentAsync(IAgentContext agentContext, PaymentRecord paymentRecord, PaymentAddressRecord addressRecord = null)
 {
     throw new NotSupportedException();
 }
コード例 #2
0
 /// <inheritdoc />
 public Task <bool> VerifyPaymentAsync(IAgentContext context, PaymentRecord paymentRecord)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 /// <inheritdoc />
 public void AttachPaymentReceipt(IAgentContext context, AgentMessage agentMessage, PaymentRecord paymentRecord)
 {
     throw new NotImplementedException();
 }