ProvisionalCardState

public enum ProvisionalCardState : Hashable

State of the Provisional Card.

  • provisioning: Card is in a provisioning state currently.
  • completed: Card has finished completed which typically means the card should be accessible by either a getCard/s API or via ProvisionalCard.card property.
  • failed: Card is in a failed state and needs to be rectified.
  • unknown: API Evolution - if this occurs, it may mean you need to update the library.