UninitializedPaymentMethod

data class UninitializedPaymentMethod(val errorCode: String, val paymentMethod: String, val message: String) : ElepayError

The specified payment method is not been initialized correctly. You may use the errorCode for technical support.

Constructors

Link copied to clipboard
constructor(errorCode: String, paymentMethod: String, message: String)

Properties

Link copied to clipboard

The error code indicates what the specific error occurred. You may use this value for our technical support.

Link copied to clipboard

A simple brief message indicating what's going wrong.

Link copied to clipboard

A string value refers to the payment method which has not initialized yet.