Class: HighLevel::Models::Payments::PostRecordOrderPaymentBody
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::PostRecordOrderPaymentBody
- Defined in:
- lib/high_level/models/payments/post_record_order_payment_body.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#cheque ⇒ Object
readonly
Returns the value of attribute cheque.
-
#is_partial_payment ⇒ Object
readonly
Returns the value of attribute is_partial_payment.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def alt_type @alt_type end |
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def amount @amount end |
#card ⇒ Object (readonly)
Returns the value of attribute card
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def card @card end |
#cheque ⇒ Object (readonly)
Returns the value of attribute cheque
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def cheque @cheque end |
#is_partial_payment ⇒ Object (readonly)
Returns the value of attribute is_partial_payment
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def is_partial_payment @is_partial_payment end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def @meta end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def mode @mode end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes
9 10 11 |
# File 'lib/high_level/models/payments/post_record_order_payment_body.rb', line 9 def notes @notes end |