RefundResponse

data class RefundResponse(store: Store, referenceId: String, transactionId: String, order: TransactionOrder, terminalId: String, currencyType: String, balanceAmount: Int, platform: String, method: String, transactionAt: Instant, type: String, status: String, region: String, createdAt: Instant, updatedAt: Instant)

Properties

balanceAmount
Link copied to clipboard
common
val balanceAmount: Int
createdAt
Link copied to clipboard
common
val createdAt: Instant
currencyType
Link copied to clipboard
common
val currencyType: String
method
Link copied to clipboard
common
val method: String
order
Link copied to clipboard
common
val order: TransactionOrder
platform
Link copied to clipboard
common
val platform: String
referenceId
Link copied to clipboard
common
val referenceId: String
region
Link copied to clipboard
common
val region: String
status
Link copied to clipboard
common
val status: String
store
Link copied to clipboard
common
val store: Store
terminalId
Link copied to clipboard
common
val terminalId: String
transactionAt
Link copied to clipboard
common
val transactionAt: Instant
transactionId
Link copied to clipboard
common
val transactionId: String
type
Link copied to clipboard
common
val type: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant