digetpay-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
digetpay-sdk
digetpay-sdk
/
com.digetpay.sdk.model
/
RecurringResult
Recurring
Result
data
class
RecurringResult
(
val
transactionId
:
String
?
,
val
status
:
String
?
,
val
orderId
:
String
?
,
val
amount
:
String
?
,
val
message
:
String
?
)
Result of a recurring charge.
Members
Constructors
Recurring
Result
Link copied to clipboard
constructor
(
transactionId
:
String
?
,
status
:
String
?
,
orderId
:
String
?
,
amount
:
String
?
,
message
:
String
?
)
Properties
amount
Link copied to clipboard
val
amount
:
String
?
message
Link copied to clipboard
val
message
:
String
?
order
Id
Link copied to clipboard
val
orderId
:
String
?
status
Link copied to clipboard
val
status
:
String
?
transaction
Id
Link copied to clipboard
val
transactionId
:
String
?