Class: Stripe::SubscriptionUpdateParams::PaymentSettings::PaymentMethodOptions::CheckScan

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/subscription_update_params.rb

Defined Under Namespace

Classes: CheckDepositAddress

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



720
721
722
# File 'lib/stripe/params/subscription_update_params.rb', line 720

def initialize(check_deposit_address: nil)
  @check_deposit_address = check_deposit_address
end

Instance Attribute Details

#check_deposit_addressObject

Attribute for param field check_deposit_address



718
719
720
# File 'lib/stripe/params/subscription_update_params.rb', line 718

def check_deposit_address
  @check_deposit_address
end