CardState

Representation of an enumeration depicting the state that the VirtualCard is in, in the Sudo Platform Virtual Cards SDK.

Entries

Link copied to clipboard

Card is in an issued state and ready to be used.

Link copied to clipboard

Card is in a failed state and must be rectified.

Link copied to clipboard

Card has been closed.

Link copied to clipboard

Card has been suspended.

Link copied to clipboard

API Evolution - if this occurs, it may mean you need to update the library.

Functions

Link copied to clipboard
fun valueOf(value: String): CardState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard