UnsupportedPaymentMethod

data class UnsupportedPaymentMethod(val paymentMethod: String) : ElepayError

The specified payment method is not supported.

Constructors

Link copied to clipboard
constructor(paymentMethod: String)

Properties

Link copied to clipboard

The payment method which is not supported yet.