Invoice

constructor(amount: String, @Json(name = "currency_code") currencyCode: String)

Parameters

amount

Invoice amount.

currencyCode

Invoice currency code.