Class: HighLevel::Models::Invoices::AutoPaymentDetailsDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/auto_payment_details_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bacs_direct_debitObject (readonly)

Returns the value of attribute bacs_direct_debit

Returns:

  • (Object)

    the current value of 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_debitObject (readonly)

Returns the value of attribute becs_direct_debit

Returns:

  • (Object)

    the current value of 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

#cardObject (readonly)

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def card
  @card
end

#card_idObject (readonly)

Returns the value of attribute card_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute customer_id

Returns:

  • (Object)

    the current value of customer_id



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def customer_id
  @customer_id
end

#enableObject (readonly)

Returns the value of attribute enable

Returns:

  • (Object)

    the current value of enable



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def enable
  @enable
end

#payment_method_idObject (readonly)

Returns the value of attribute payment_method_id

Returns:

  • (Object)

    the current value of 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

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def provider
  @provider
end

#sepa_direct_debitObject (readonly)

Returns the value of attribute sepa_direct_debit

Returns:

  • (Object)

    the current value of 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

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def type
  @type
end

#us_bank_accountObject (readonly)

Returns the value of attribute us_bank_account

Returns:

  • (Object)

    the current value of us_bank_account



9
10
11
# File 'lib/high_level/models/invoices/auto_payment_details_dto.rb', line 9

def 
  @us_bank_account
end