enum BearerType

Defined in:

haystack/split/bearer_type.cr

Enum Members

Subaccount = 0
Account = 1
AllProportional = 2
All = 3

Instance Method Summary

Instance Method Detail

def account? #

Returns true if this enum value equals Account


[View source]
def all? #

Returns true if this enum value equals All


[View source]
def all_proportional? #

Returns true if this enum value equals AllProportional


[View source]
def subaccount? #

Returns true if this enum value equals Subaccount


[View source]