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.



1013
1014
1015
1016
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1013

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

Instance Attribute Details

#accountObject

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



1009
1010
1011
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1009

def 
  @account
end

#typeObject

Type of the account referenced in the request.



1011
1012
1013
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1011

def type
  @type
end