BTContactPreference
@objc
public enum BTContactPreference : Int
Contact information section preference within the payment flow
-
Default
Declaration
Swift
case none
-
Disables the contact information section in the payment flow
Declaration
Swift
case noContactInformation
-
Enables the contact information section but disables the buyer’s ability to update the contact information
Declaration
Swift
case retainContactInformation
-
Enables the contact information section and enables the buyer’s ability to update the contact information
Declaration
Swift
case updateContactInformation