InteropQuoteRequestData

@Serializable
data class InteropQuoteRequestData(val accountId: String, val amount: MoneyData, val amountType: InteropQuoteRequestData.AmountType, val quoteCode: String, val transactionCode: String, val transactionRole: InteropQuoteRequestData.TransactionRole, val expiration: LocalDateTime? = null, val expirationLocalDate: LocalDate? = null, val extensionList: List<ExtensionData>? = null, val fees: MoneyData? = null, val geoCode: GeoCodeData? = null, val note: String? = null, val requestCode: String? = null, val transactionType: InteropTransactionTypeData? = null)

Parameters

accountId
amount
amountType
quoteCode
transactionCode
transactionRole
expiration
expirationLocalDate
extensionList
fees
geoCode
note
requestCode
transactionType

Constructors

Link copied to clipboard
constructor(accountId: String, amount: MoneyData, amountType: InteropQuoteRequestData.AmountType, quoteCode: String, transactionCode: String, transactionRole: InteropQuoteRequestData.TransactionRole, expiration: LocalDateTime? = null, expirationLocalDate: LocalDate? = null, extensionList: List<ExtensionData>? = null, fees: MoneyData? = null, geoCode: GeoCodeData? = null, note: String? = null, requestCode: String? = null, transactionType: InteropTransactionTypeData? = null)

Types

Link copied to clipboard

Values: SEND,RECEIVE

Link copied to clipboard

Values: PAYER,PAYEE

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val expiration: LocalDateTime? = null
Link copied to clipboard
val expirationLocalDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
val fees: MoneyData? = null
Link copied to clipboard
val geoCode: GeoCodeData? = null
Link copied to clipboard
val note: String? = null
Link copied to clipboard
Link copied to clipboard
val requestCode: String? = null
Link copied to clipboard
Link copied to clipboard