OnlineTransaction

data class OnlineTransaction(id: String, order: Order, type: String, transactionId: String, platform: String, method: List<String>, redirectUrl: String, notifyUrl: String, startAt: Instant, endAt: Instant, status: String, createdAt: Instant, updatedAt: Instant)

Properties

createdAt
Link copied to clipboard
common
val createdAt: Instant
endAt
Link copied to clipboard
common
val endAt: Instant
id
Link copied to clipboard
common
val id: String
method
Link copied to clipboard
common
val method: List<String>
notifyUrl
Link copied to clipboard
common
val notifyUrl: String
order
Link copied to clipboard
common
val order: Order
platform
Link copied to clipboard
common
val platform: String
redirectUrl
Link copied to clipboard
common
val redirectUrl: String
startAt
Link copied to clipboard
common
val startAt: Instant
status
Link copied to clipboard
common
val status: String
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