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.



700
701
702
# File 'lib/stripe/params/subscription_update_params.rb', line 700

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



698
699
700
# File 'lib/stripe/params/subscription_update_params.rb', line 698

def check_deposit_address
  @check_deposit_address
end