Class: Stripe::V2::Billing::ContractCreateParams::ContractLine::StartsAt

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/contract_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(timestamp: nil) ⇒ StartsAt

Returns a new instance of StartsAt.



365
366
367
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 365

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

Instance Attribute Details

#timestampObject

The timestamp when the item starts.



363
364
365
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 363

def timestamp
  @timestamp
end