TopUpBalanceOfflineResponse

data class TopUpBalanceOfflineResponse(store: Store, referenceId: String, transactionId: String, order: TopUpBalanceOrderResponse, currencyType: String, platform: String, method: String, type: String, status: String, region: String, createdAt: Instant, updatedAt: Instant)

Properties

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: TopUpBalanceOrderResponse
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
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