PaymentInfoType
enum PaymentInfoType {}
Different supported payment types.
-
Unknown Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeUnknown
Swift
case unknown = 0
-
Paypal Payment Info Type.
Declaration
Objective-C
PaymentInfoTypePayPal
Swift
case payPal = 1
-
RBC / Interac Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeRBC
Swift
case RBC = 2
-
Stripe Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeStripe
Swift
case stripe = 3
-
Incomm / Gift Cards Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeIncomm
Swift
case incomm = 4
-
Vanilla Visa Gift Card Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeVanillaVisa
Swift
case vanillaVisa = 5
-
Credits (tokens) Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeCredit
Swift
case credit = 6
-
Free Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeCashless
Swift
case cashless = 7
-
Radial Payment Info Type.
Declaration
Objective-C
PaymentInfoTypeRadial
Swift
case radial = 8