Class: Stripe::InvoiceUpdateParams::PaymentSettings::PaymentMethodOptions::CheckScan
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceUpdateParams::PaymentSettings::PaymentMethodOptions::CheckScan
- Defined in:
- lib/stripe/params/invoice_update_params.rb
Defined Under Namespace
Classes: CheckDepositAddress
Instance Attribute Summary collapse
-
#check_deposit_address ⇒ Object
Attribute for param field check_deposit_address.
Instance Method Summary collapse
-
#initialize(check_deposit_address: nil) ⇒ CheckScan
constructor
A new instance of CheckScan.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(check_deposit_address: nil) ⇒ CheckScan
Returns a new instance of CheckScan.
222 223 224 |
# File 'lib/stripe/params/invoice_update_params.rb', line 222 def initialize(check_deposit_address: nil) @check_deposit_address = check_deposit_address end |
Instance Attribute Details
#check_deposit_address ⇒ Object
Attribute for param field check_deposit_address
220 221 222 |
# File 'lib/stripe/params/invoice_update_params.rb', line 220 def check_deposit_address @check_deposit_address end |