Class: Stripe::V2::Billing::CadenceCreateParams::Payer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/cadence_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(billing_profile: nil) ⇒ Payer

Returns a new instance of Payer.



181
182
183
# File 'lib/stripe/params/v2/billing/cadence_create_params.rb', line 181

def initialize(billing_profile: nil)
  @billing_profile = billing_profile
end

Instance Attribute Details

#billing_profileObject

The ID of the Billing Profile object which determines how a bill will be paid.



179
180
181
# File 'lib/stripe/params/v2/billing/cadence_create_params.rb', line 179

def billing_profile
  @billing_profile
end