struct OfficeRnd::Fee

Defined in:

office_rnd/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct OfficeRnd::Data

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bill_in_advance : Bool | Nil #

[View source]
def date : Time #

[View source]
def is_personal : Bool | Nil #

[View source]
def member_id : String | Nil #

[View source]
def name : String #

[View source]
def office_id : String #

[View source]
def plan_id : String | Nil #

[View source]
def price : Int32 #

[View source]
def quantity : Int32 #

[View source]
def refundable : Bool | Nil #

[View source]
def team_id : String | Nil #

[View source]