CardAction

public enum CardAction : String

Enumeration type for Card Action which is used to update the card status.

Since

1.0.0
  • Action to reactivate the given card.

    Declaration

    Swift

    case resume = "Resume"
  • Action to suspend the given card.

    Declaration

    Swift

    case suspend = "Suspend"
  • Action to delete the given card.

    Declaration

    Swift

    case delete = "Delete"