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
SCPSurchargeConsentCollectionDisabledSwift
case disabled = 0 - 
                  
                  
Surcharge consent collection is enabled.
Declaration
Objective-C
SCPSurchargeConsentCollectionEnabledSwift
case enabled = 1