PlatformPayPaymentMethodParams.googlePay constructor
- @JsonSerializable(explicitToJson: true)
- required GooglePayParams googlePayParams,
- required GooglePayPaymentMethodParams googlePayPaymentMethodParams,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PlatformPayPaymentMethodParams.googlePay({
required GooglePayParams googlePayParams,
required GooglePayPaymentMethodParams googlePayPaymentMethodParams,
}) = PlatformPayPaymentMethodParamsGooglePay;