Invoice

@JsonClass(generateAdapter = true)
data class Invoice(val amount: String, @Json(name = "currency_code") val currencyCode: String)

Invoice details.

Parameters

amount

Invoice amount.

currencyCode

Invoice currency code.

Constructors

Link copied to clipboard
constructor(amount: String, @Json(name = "currency_code") currencyCode: String)

Properties

Link copied to clipboard
Link copied to clipboard