Package apple.passkit.enums
Class PKPaymentButtonType
- java.lang.Object
-
- apple.passkit.enums.PKPaymentButtonType
-
public final class PKPaymentButtonType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddMoneystatic longBookstatic longBuystatic longCheckoutstatic longContributestatic longDonatestatic longInStorestatic longOrderstatic longPlainstatic longReloadstatic longRentstatic longSetUpstatic longSubscribestatic longSupportstatic longTipstatic longTopUp
-
-
-
Field Detail
-
Plain
public static final long Plain
- See Also:
- Constant Field Values
-
Buy
public static final long Buy
- See Also:
- Constant Field Values
-
SetUp
public static final long SetUp
- See Also:
- Constant Field Values
-
InStore
public static final long InStore
- See Also:
- Constant Field Values
-
Donate
public static final long Donate
- See Also:
- Constant Field Values
-
Checkout
public static final long Checkout
- See Also:
- Constant Field Values
-
Book
public static final long Book
- See Also:
- Constant Field Values
-
Subscribe
public static final long Subscribe
- See Also:
- Constant Field Values
-
Reload
public static final long Reload
- See Also:
- Constant Field Values
-
AddMoney
public static final long AddMoney
- See Also:
- Constant Field Values
-
TopUp
public static final long TopUp
- See Also:
- Constant Field Values
-
Order
public static final long Order
- See Also:
- Constant Field Values
-
Rent
public static final long Rent
- See Also:
- Constant Field Values
-
Support
public static final long Support
- See Also:
- Constant Field Values
-
Contribute
public static final long Contribute
- See Also:
- Constant Field Values
-
Tip
public static final long Tip
- See Also:
- Constant Field Values
-
-