lib/square_connect/models/tender.rb in square_connect-2.20190313.1.282 vs lib/square_connect/models/tender.rb in square_connect-2.20190327.1.292
- old
+ new
@@ -37,10 +37,10 @@
attr_accessor :processing_fee_money
# If the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer.
attr_accessor :customer_id
- # The type of tender, such as `CARD` or `CASH`.
+ # The type of tender, such as `CARD` or `CASH`. See [TenderType](#type-tendertype) for possible values
attr_accessor :type
# The details of the card tender. This value is present only if the value of `type` is `CARD`.
attr_accessor :card_details