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