PlatformPayConfirmParams.applePay constructor
- @JsonSerializable.new(explicitToJson: true)
- required ApplePayParams applePay,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PlatformPayConfirmParams.applePay({
required ApplePayParams applePay,
}) = PlatformPayConfirmParamsApplePay;