AlreadyMakingPayment

data class AlreadyMakingPayment(val paymentId: String) : ElepayError

The specified payment is in processing now.

Constructors

Link copied to clipboard
constructor(paymentId: String)

Properties

Link copied to clipboard

The id of the payment that is currently in processing.