Class: Stripe::V2::Billing::ContractCreateParams::ContractLine::EndsAt

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) ⇒ EndsAt

Returns a new instance of EndsAt.



111
112
113
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 111

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

Instance Attribute Details

#timestampObject

The timestamp when the item ends.



109
110
111
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 109

def timestamp
  @timestamp
end