Class: Stripe::QuotePreviewInvoice::PaymentSettings::PaymentMethodOptions

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/quote_preview_invoice.rb

Defined Under Namespace

Classes: AcssDebit, Bancontact, Card, CustomerBalance, IdBankTransfer, Konbini, SepaDebit, UsBankAccount

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#acss_debitObject (readonly)

Returns the value of attribute acss_debit.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def acss_debit
  @acss_debit
end

#bancontactObject (readonly)

Returns the value of attribute bancontact.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def bancontact
  @bancontact
end

#cardObject (readonly)

Returns the value of attribute card.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def card
  @card
end

#customer_balanceObject (readonly)

Returns the value of attribute customer_balance.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def customer_balance
  @customer_balance
end

#id_bank_transferObject (readonly)

Returns the value of attribute id_bank_transfer.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def id_bank_transfer
  @id_bank_transfer
end

#konbiniObject (readonly)

Returns the value of attribute konbini.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def konbini
  @konbini
end

#sepa_debitObject (readonly)

Returns the value of attribute sepa_debit.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def sepa_debit
  @sepa_debit
end

#us_bank_accountObject (readonly)

Returns the value of attribute us_bank_account.



132
133
134
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 132

def 
  @us_bank_account
end