PaymentOptions constructor
- {dynamic objectType,
- dynamic mode,
- PaymentOptionType? type,
- String? accountNumber,
- String? countryCode,
- String? postalCode}
Implementation
PaymentOptions({
objectType,
mode,
this.type,
this.accountNumber,
this.countryCode,
this.postalCode,
}) : super(objectType, mode);