Class: Stripe::V2::Billing::ContractCreateParams::ContractLine::StartsAt
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ContractCreateParams::ContractLine::StartsAt
- Defined in:
- lib/stripe/params/v2/billing/contract_create_params.rb
Instance Attribute Summary collapse
-
#timestamp ⇒ Object
The timestamp when the item starts.
Instance Method Summary collapse
-
#initialize(timestamp: nil) ⇒ StartsAt
constructor
A new instance of StartsAt.
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 = end |
Instance Attribute Details
#timestamp ⇒ Object
The timestamp when the item starts.
363 364 365 |
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 363 def @timestamp end |