Sub2ApiAdminUpdatePaymentProviderRequest constructor
Sub2ApiAdminUpdatePaymentProviderRequest({})
Implementation
Sub2ApiAdminUpdatePaymentProviderRequest({
this.name,
Map<String, Sub2ApiAdminCredentialSecret>? config,
List<String>? supportedTypes,
this.enabled,
this.paymentMode,
this.sortOrder,
this.limits,
this.refundEnabled,
this.allowUserRefund,
}) : config = config == null ? null : Map.unmodifiable(config),
supportedTypes = supportedTypes == null
? null
: List.unmodifiable(supportedTypes);