CheckoutAuBecsDebitPaymentMethodOptions.fromJson constructor
CheckoutAuBecsDebitPaymentMethodOptions.fromJson(
- Object? json
Implementation
factory CheckoutAuBecsDebitPaymentMethodOptions.fromJson(Object? json) {
final map = (json as Map).cast<String, Object?>();
return CheckoutAuBecsDebitPaymentMethodOptions();
}