Method: OryClient::Subscription.openapi_types

Defined in:
lib/ory-client/models/subscription.rb

.openapi_typesObject

Attribute type mapping.



98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# File 'lib/ory-client/models/subscription.rb', line 98

def self.openapi_types
  {
    :'created_at' => :'Time',
    :'currency' => :'String',
    :'current_interval' => :'String',
    :'current_plan' => :'String',
    :'customer_id' => :'String',
    :'id' => :'String',
    :'interval_changes_to' => :'String',
    :'ongoing_stripe_checkout_id' => :'String',
    :'payed_until' => :'Time',
    :'plan_changes_at' => :'Time',
    :'plan_changes_to' => :'String',
    :'status' => :'String',
    :'updated_at' => :'Time'
  }
end