PlatformPayPaymentMethod constructor
- @JsonSerializable(explicitToJson: true)
- required PaymentMethod paymentMethod,
- PlatformPayShippingContact? shippingContact,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PlatformPayPaymentMethod({
/// The payment method
required PaymentMethod paymentMethod,
/// shipping contact of the user
PlatformPayShippingContact? shippingContact,
}) = _PlatformPayPaymentMethod;