Class: Stripe::Invoice::CreatePreviewParams::ScheduleDetails::Phase::InvoiceSettings::Issuer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/invoice.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.



3669
3670
3671
3672
# File 'lib/stripe/resources/invoice.rb', line 3669

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

Instance Attribute Details

#accountObject

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



3665
3666
3667
# File 'lib/stripe/resources/invoice.rb', line 3665

def 
  @account
end

#typeObject

Type of the account referenced in the request.



3667
3668
3669
# File 'lib/stripe/resources/invoice.rb', line 3667

def type
  @type
end