Class: EBillingType
- Inherits:
-
Object
- Object
- EBillingType
- Defined in:
- lib/steamd/generated/enums.rb
Overview
Represents the EBillingType enum
Constant Summary collapse
- DATA_TYPE =
Data type of EBillingType
'int'
- NO_COST =
Constant NO_COST for EBillingType
0
- BILL_ONCE_ONLY =
Constant BILL_ONCE_ONLY for EBillingType
1
- BILL_MONTHLY =
Constant BILL_MONTHLY for EBillingType
2
- PROOF_OF_PREPURCHASE_ONLY =
Constant PROOF_OF_PREPURCHASE_ONLY for EBillingType
3
- GUEST_PASS =
Constant GUEST_PASS for EBillingType
4
- HARDWARE_PROMO =
Constant HARDWARE_PROMO for EBillingType
5
- GIFT =
Constant GIFT for EBillingType
6
- AUTO_GRANT =
Constant AUTO_GRANT for EBillingType
7
- OEM_TICKET =
Constant OEM_TICKET for EBillingType
8
- RECURRING_OPTION =
Constant RECURRING_OPTION for EBillingType
9
- NUM_BILLING_TYPES =
Constant NUM_BILLING_TYPES for EBillingType
10