AvailablePaymentMethod constructor
const
AvailablePaymentMethod({})
Implementation
const AvailablePaymentMethod({
required this.type,
this.sequence = 0,
this.show = 0,
this.schemes = const [],
this.psp = '',
this.identifier = '',
this.merchantId = '',
this.gatewayMerchantId = '',
this.publicKey = '',
this.merchantCode = '',
});