smplkit 3.0.48 → 3.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bee6b449b27d2c525bb0ecccbe840829a9cf68120323640b38b1e90c6b20f734
|
|
4
|
+
data.tar.gz: 4be88457a8fc6421f8bc55ec924acef3c6576e3f26daa7dc014141fec4b76b07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dcc27a8c28b46990bd44bc9c3924a6699b003ae9d41d968805f6371d69a108d40451559451d6a27d51d0b0444b955290688feeaec800509ad66d6e2aa3603e7
|
|
7
|
+
data.tar.gz: 759b0cc9607a71d22436e456032c049c89a4861c83251464938acc736ac70d0873a93ec9a458f486683f4c2dbfee2b380108a03e959cdcf48300107068ed33f2
|
data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_response_attributes.rb
CHANGED
|
@@ -16,7 +16,7 @@ require 'time'
|
|
|
16
16
|
module SmplkitGeneratedClient::App
|
|
17
17
|
# Customer's subscription as returned by the API.
|
|
18
18
|
class SubscriptionResponseAttributes < ApiModelBase
|
|
19
|
-
# Lifecycle state of the subscription. `ACTIVE` while billing is current; `PAST_DUE` after a failed charge; `CANCELED` once the subscription has ended; `null` when the subscription
|
|
19
|
+
# Lifecycle state of the subscription. `ACTIVE` while billing is current; `PAST_DUE` after a failed charge; `CANCELED` once the subscription has ended; `null` when the subscription is fully discounted (`discount_override_pct` of 100) and has no billing-provider object.
|
|
20
20
|
attr_accessor :status
|
|
21
21
|
|
|
22
22
|
# ISO-8601 timestamp of the current billing period's start.
|
|
@@ -42,7 +42,7 @@ module SmplkitGeneratedClient::App
|
|
|
42
42
|
|
|
43
43
|
attr_accessor :next_tier
|
|
44
44
|
|
|
45
|
-
# Identifier of the default payment method used to bill this subscription. `null` when the subscription has no associated payment method (e.g. fully
|
|
45
|
+
# Identifier of the default payment method used to bill this subscription. `null` when the subscription has no associated payment method (e.g. fully discounted via `discount_override_pct` of 100).
|
|
46
46
|
attr_accessor :payment_method
|
|
47
47
|
|
|
48
48
|
# One entry per product currently enrolled on the subscription.
|