rm-kotlin-sdk
/
io.revenuemonster.sdk.model.response
/
OnlineTransaction
common
Online
Transaction
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
)
Content copied to clipboard
Properties
Properties
createdAt
Link copied to clipboard
common
val
createdAt
:
Instant
Content copied to clipboard
endAt
Link copied to clipboard
common
val
endAt
:
Instant
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
String
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
List
<
String
>
Content copied to clipboard
notifyUrl
Link copied to clipboard
common
val
notifyUrl
:
String
Content copied to clipboard
order
Link copied to clipboard
common
val
order
:
Order
Content copied to clipboard
platform
Link copied to clipboard
common
val
platform
:
String
Content copied to clipboard
redirectUrl
Link copied to clipboard
common
val
redirectUrl
:
String
Content copied to clipboard
startAt
Link copied to clipboard
common
val
startAt
:
Instant
Content copied to clipboard
status
Link copied to clipboard
common
val
status
:
String
Content copied to clipboard
transactionId
Link copied to clipboard
common
val
transactionId
:
String
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard
updatedAt
Link copied to clipboard
common
val
updatedAt
:
Instant
Content copied to clipboard