SCPSurchargeConsentCollection
Objective-C
enum SCPSurchargeConsentCollection : NSUInteger {}
Swift
enum SurchargeConsentCollection : UInt, @unchecked Sendable
Enum representing surcharge consent collection states.
-
Surcharge consent collection is disabled.
Declaration
Objective-C
SCPSurchargeConsentCollectionDisabled
Swift
case disabled = 0
-
Surcharge consent collection is enabled.
Declaration
Objective-C
SCPSurchargeConsentCollectionEnabled
Swift
case enabled = 1