BTButtonOrder
public enum BTButtonOrder : String
The order or ranking in which payment buttons appear.
Warning
This module is in beta. It’s public API may change or be removed in future releases.-
First place
Declaration
Swift
case first = "1"
-
Second place
Declaration
Swift
case second = "2"
-
Third place
Declaration
Swift
case third = "3"
-
Fourth place
Declaration
Swift
case fourth = "4"
-
Fifth place
Declaration
Swift
case fifth = "5"
-
Sixth place
Declaration
Swift
case sixth = "6"
-
Seventh place
Declaration
Swift
case seventh = "7"
-
Eighth place
Declaration
Swift
case eighth = "8"
-
Greater than Eighth place
Declaration
Swift
case other = "other"