class Tosuto::Check

Attributes

amount[RW]
applied_discounts[RW]
applied_loyalty_info[RW]
applied_service_charges[RW]
closed_date[RW]
customer[RW]
deleted[RW]
deleted_date[RW]
display_number[RW]
external_id[RW]
guid[RW]
modified_date[RW]
opened_date[RW]
paid_date[RW]
payment_status[RW]
payments[RW]
tab_name[RW]
tax_amount[RW]
tax_exempt[RW]
total_amount[RW]
void_business_date[RW]
void_date[RW]
voided[RW]

Public Class Methods

new(hash) click to toggle source
# File lib/tosuto/check.rb, line 11
def initialize(hash)
  set_attributes(hash)
end