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