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.



2675
2676
2677
2678
# File 'lib/stripe/resources/invoice.rb', line 2675

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

Instance Attribute Details

#accountObject

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



2671
2672
2673
# File 'lib/stripe/resources/invoice.rb', line 2671

def 
  @account
end

#typeObject

Type of the account referenced in the request.



2673
2674
2675
# File 'lib/stripe/resources/invoice.rb', line 2673

def type
  @type
end