Exemplo n.º 1
0
 public InvoicePaymentReversalRequestDto(InvoicePaymentReversalRequest payload)
 {
     Transaction = new ReversalTransactionDto(payload.Transaction);
 }
 public TrustlyPaymentReversalRequestDto(TrustlyPaymentReversalRequest payload)
 {
     Transaction = new ReversalTransactionDto(payload.Transaction);
 }
Exemplo n.º 3
0
 public MobilePayPaymentReversalRequestDto(MobilePayPaymentReversalRequest payload)
 {
     Transaction = new ReversalTransactionDto(payload.Transaction);
 }
Exemplo n.º 4
0
 public VippsPaymentReversalRequestDto(VippsPaymentReversalRequest payload)
 {
     Transaction = new ReversalTransactionDto(payload.Transaction);
 }