enum Steamcr::EBillingType

Defined in:

steamd/enums.cr

Enum Members

NO_COST = 0
BILL_ONCE_ONLY = 1
BILL_MONTHLY = 2
PROOF_OF_PREPURCHASE_ONLY = 3
GUEST_PASS = 4
HARDWARE_PROMO = 5
GIFT = 6
AUTO_GRANT = 7
OEM_TICKET = 8
RECURRING_OPTION = 9
BILL_ONCE_OR_CD_KEY = 10
REPURCHASEABLE = 11
FREE_ON_DEMAND = 12
RENTAL = 13
COMMERCIAL_LICENSE = 14
FREE_COMMERCIAL_LICENSE = 15
NUM_BILLING_TYPES = 16

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def auto_grant? #

[View source]
def bill_monthly? #

[View source]
def bill_once_only? #

[View source]
def bill_once_or_cd_key? #

[View source]
def commercial_license? #

[View source]
def free_commercial_license? #

[View source]
def free_on_demand? #

[View source]
def gift? #

[View source]
def guest_pass? #

[View source]
def hardware_promo? #

[View source]
def no_cost? #

[View source]
def num_billing_types? #

[View source]
def oem_ticket? #

[View source]
def proof_of_prepurchase_only? #

[View source]
def recurring_option? #

[View source]
def rental? #

[View source]
def repurchaseable? #

[View source]
def to_io(io, format) #

[View source]