PaymentCardStatus
No description
enum PaymentCardStatus {
  CREATED
  CANCELED
  EXPIRED
  ACTIVE
  UNKNOWN
}
Valuesโ
PaymentCardStatus.CREATEDโ
Payment card created correctly.
PaymentCardStatus.CANCELEDโ
Payment card canceled correctly.
PaymentCardStatus.EXPIREDโ
Payment card expired.
PaymentCardStatus.ACTIVEโ
Payment card is active.
PaymentCardStatus.UNKNOWNโ
When Payment card is UNKNOWN, the buyer needs to check with the VCC provider to ensure if some payment has been made.
Member Ofโ
PaymentCardData  object