PayRequestDto constructor
PayRequestDto({})
Implementation
PayRequestDto({
required this.paymentNumber,
required this.securityCode,
required this.shouldSavePaymentMethod,
this.firstName,
this.lastName,
this.expirationMonth,
this.expirationYear,
});