MastercardPaymentResponse constructor
const
MastercardPaymentResponse({})
Implementation
const MastercardPaymentResponse({
required this.orderId,
this.transactionId,
required this.result,
this.authorizationCode,
this.receiptNumber,
this.amount,
this.currency,
this.sourceOfFunds,
this.response,
this.gatewayRecommendation,
this.timestamp,
});