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.



3536
3537
3538
3539
# File 'lib/stripe/resources/invoice.rb', line 3536

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

Instance Attribute Details

#accountObject

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



3532
3533
3534
# File 'lib/stripe/resources/invoice.rb', line 3532

def 
  @account
end

#typeObject

Type of the account referenced in the request.



3534
3535
3536
# File 'lib/stripe/resources/invoice.rb', line 3534

def type
  @type
end