Class: Stripe::PaymentIntent::NextAction::DisplayBankTransferInstructions::FinancialAddress

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

Defined Under Namespace

Classes: Aba, Iban, SortCode, Spei, Swift, Zengin

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

#abaObject (readonly)

Returns the value of attribute aba.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def aba
  @aba
end

#ibanObject (readonly)

Returns the value of attribute iban.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def iban
  @iban
end

#sort_codeObject (readonly)

Returns the value of attribute sort_code.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def sort_code
  @sort_code
end

#speiObject (readonly)

Returns the value of attribute spei.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def spei
  @spei
end

#supported_networksObject (readonly)

Returns the value of attribute supported_networks.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def supported_networks
  @supported_networks
end

#swiftObject (readonly)

Returns the value of attribute swift.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def swift
  @swift
end

#typeObject (readonly)

Returns the value of attribute type.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def type
  @type
end

#zenginObject (readonly)

Returns the value of attribute zengin.



139
140
141
# File 'lib/stripe/resources/payment_intent.rb', line 139

def zengin
  @zengin
end