PlatformPayPaymentMethodParams.web constructor

  1. @JsonSerializable(explicitToJson: true)
const PlatformPayPaymentMethodParams.web({
  1. required PlatformPayWebPaymentRequestCreateOptions options,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory PlatformPayPaymentMethodParams.web({
  required PlatformPayWebPaymentRequestCreateOptions options,
}) = PlatformPayPaymentMethodParamsWeb;