STPMandateCustomerAcceptanceType
Objective-C
enum STPMandateCustomerAcceptanceType {}
Swift
enum STPMandateCustomerAcceptanceType : Int
The type of customer acceptance information included with the Mandate.
-
A Mandate that was accepted online.
Declaration
Objective-C
STPMandateCustomerAcceptanceTypeOnline
Swift
case online = 0
-
A Mandate that was accepted offline.
Declaration
Objective-C
STPMandateCustomerAcceptanceTypeOffline
Swift
case offline = 1