PONativeAlternativePaymentInvoice

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

Invoice details.

Parameters

id

Invoice identifier.

amount

Invoice amount.

currency

Invoice currency.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String