Invoice

@JsonClass(generateAdapter = true)
data class Invoice(val amount: String, val currency: String)

Invoice details.

Parameters

amount

Invoice amount.

currency

Invoice currency.

Constructors

Link copied to clipboard
constructor(amount: String, currency: String)

Properties

Link copied to clipboard
Link copied to clipboard