Class: Stripe::SubscriptionScheduleService::UpdateParams::Phase::InvoiceSettings::Issuer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/subscription_schedule_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account: nil, type: nil) ⇒ Issuer

Returns a new instance of Issuer.



874
875
876
877
# File 'lib/stripe/services/subscription_schedule_service.rb', line 874

def initialize(account: nil, type: nil)
  @account = 
  @type = type
end

Instance Attribute Details

#accountObject

The connected account being referenced when ‘type` is `account`.



870
871
872
# File 'lib/stripe/services/subscription_schedule_service.rb', line 870

def 
  @account
end

#typeObject

Type of the account referenced in the request.



872
873
874
# File 'lib/stripe/services/subscription_schedule_service.rb', line 872

def type
  @type
end