Class: Stripe::CustomerCashBalanceTransaction::Funded::BankTransfer

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

Defined Under Namespace

Classes: EuBankTransfer, GbBankTransfer, JpBankTransfer, UsBankTransfer

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

#eu_bank_transferObject (readonly)

Returns the value of attribute eu_bank_transfer.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def eu_bank_transfer
  @eu_bank_transfer
end

#gb_bank_transferObject (readonly)

Returns the value of attribute gb_bank_transfer.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def gb_bank_transfer
  @gb_bank_transfer
end

#jp_bank_transferObject (readonly)

Returns the value of attribute jp_bank_transfer.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def jp_bank_transfer
  @jp_bank_transfer
end

#referenceObject (readonly)

Returns the value of attribute reference.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def reference
  @reference
end

#typeObject (readonly)

Returns the value of attribute type.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def type
  @type
end

#us_bank_transferObject (readonly)

Returns the value of attribute us_bank_transfer.



40
41
42
# File 'lib/stripe/resources/customer_cash_balance_transaction.rb', line 40

def us_bank_transfer
  @us_bank_transfer
end