Class: Stripe::Treasury::OutboundPayment::DestinationPaymentMethodDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::OutboundPayment::DestinationPaymentMethodDetails
- Defined in:
- lib/stripe/resources/treasury/outbound_payment.rb
Defined Under Namespace
Classes: BillingDetails, FinancialAccount, UsBankAccount
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#billing_details ⇒ Object
readonly
Attribute for field billing_details.
-
#financial_account ⇒ Object
readonly
Attribute for field financial_account.
-
#type ⇒ Object
readonly
The type of the payment method used in the OutboundPayment.
-
#us_bank_account ⇒ Object
readonly
Attribute for field us_bank_account.
Attributes inherited from StripeObject
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
#billing_details ⇒ Object (readonly)
Attribute for field billing_details
70 71 72 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 70 def billing_details @billing_details end |
#financial_account ⇒ Object (readonly)
Attribute for field financial_account
72 73 74 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 72 def financial_account @financial_account end |
#type ⇒ Object (readonly)
The type of the payment method used in the OutboundPayment.
74 75 76 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 74 def type @type end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
76 77 78 |
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 76 def us_bank_account @us_bank_account end |