PlatformPayPaymentMethodParams.applePay constructor
- @JsonSerializable(explicitToJson: true)
- required ApplePayParams applePayParams,
- required ApplePayPaymentMethodParams applePayPaymentMethodParams,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PlatformPayPaymentMethodParams.applePay({
required ApplePayParams applePayParams,
required ApplePayPaymentMethodParams applePayPaymentMethodParams,
}) = PlatformPayPaymentMethodParamsApplePay;