PlatformPayConfirmParams.googlePay constructor
- @JsonSerializable(explicitToJson: true)
- required GooglePayParams googlePay,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PlatformPayConfirmParams.googlePay({
required GooglePayParams googlePay,
}) = PlatformPayConfirmParamsGooglePay;