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