PaymentMethods constructor
- @JsonSerializable(includeIfNull: false)
- NetbankingConfig? netbanking,
- CardsConfig? cards,
- WalletConfig? wallet,
- PaylaterConfig? paylater,
- UpiConfig? upi,
- EmiConfig? emi,
Implementation
@JsonSerializable(includeIfNull: false)
const factory PaymentMethods({
NetbankingConfig? netbanking,
CardsConfig? cards,
WalletConfig? wallet,
PaylaterConfig? paylater,
UpiConfig? upi,
EmiConfig? emi,
}) = _PaymentMethods;