Class: HighLevel::Models::Invoices::AutoPaymentDetailsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::AutoPaymentDetailsDto
- Defined in:
- lib/high_level/models/invoices/auto_payment_details_dto.rb
Instance Attribute Summary collapse
-
#bacs_direct_debit ⇒ Object
readonly
Returns the value of attribute bacs_direct_debit.
-
#becs_direct_debit ⇒ Object
readonly
Returns the value of attribute becs_direct_debit.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#card_id ⇒ Object
readonly
Returns the value of attribute card_id.
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#enable ⇒ Object
readonly
Returns the value of attribute enable.
-
#payment_method_id ⇒ Object
readonly
Returns the value of attribute payment_method_id.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#sepa_direct_debit ⇒ Object
readonly
Returns the value of attribute sepa_direct_debit.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
Instance Attribute Details
#bacs_direct_debit ⇒ Object (readonly)
Returns the value of attribute bacs_direct_debit
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def bacs_direct_debit @bacs_direct_debit end |
#becs_direct_debit ⇒ Object (readonly)
Returns the value of attribute becs_direct_debit
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def becs_direct_debit @becs_direct_debit end |
#card ⇒ Object (readonly)
Returns the value of attribute card
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def card @card end |
#card_id ⇒ Object (readonly)
Returns the value of attribute card_id
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def card_id @card_id end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def customer_id @customer_id end |
#enable ⇒ Object (readonly)
Returns the value of attribute enable
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def enable @enable end |
#payment_method_id ⇒ Object (readonly)
Returns the value of attribute payment_method_id
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def payment_method_id @payment_method_id end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def provider @provider end |
#sepa_direct_debit ⇒ Object (readonly)
Returns the value of attribute sepa_direct_debit
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def sepa_direct_debit @sepa_direct_debit end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def type @type end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account
9 10 11 |
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9 def us_bank_account @us_bank_account end |