corda-payments-sdk
0.2.1
gevamu-payment-contracts
/
com.gevamu.corda.contracts
/
PaymentContract
/
Commands
Commands
sealed
class
Commands
:
CommandData
Types
Functions
Properties
Inheritors
Types
Create
Link copied to clipboard
class
Create
(
val
uniquePaymentId
:
UUID
)
:
PaymentContract.Commands
Send
To
Gateway
Link copied to clipboard
class
SendToGateway
(
val
uniquePaymentId
:
UUID
)
:
PaymentContract.Commands
Update
Status
Link copied to clipboard
class
UpdateStatus
(
val
uniquePaymentId
:
UUID
)
:
PaymentContract.Commands
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
unique
Payment
Id
Link copied to clipboard
val
uniquePaymentId
:
UUID
Inheritors
Create
Link copied to clipboard
SendToGateway
Link copied to clipboard
UpdateStatus
Link copied to clipboard