Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StatusCompleted is a status set once the Fee operation is successfully completed. // This is a terminal status StatusCompleted = "COMPLETED" // StatusFailed is a status set once the Fee operation has failed. Can be created with a failed Status // This is a terminal status StatusFailed = "FAILED" // StatusSubmitted is set when a pending Fee operation is created. StatusSubmitted = "SUBMITTED" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.