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: 4cb1e0f4a608cd5ade8c399fccc96b62f7d087b51038aa1a36ec74eb22a434bc
4
- data.tar.gz: b024471ba9cf393fd36d123add01277c8baabb4cd44640905a669c4bc42d68b3
3
+ metadata.gz: bee6b449b27d2c525bb0ecccbe840829a9cf68120323640b38b1e90c6b20f734
4
+ data.tar.gz: 4be88457a8fc6421f8bc55ec924acef3c6576e3f26daa7dc014141fec4b76b07
5
5
  SHA512:
6
- metadata.gz: 86ab6f3765a4f091dc200ae01f8d902158c88c2f1107ba92d55656c67ec95149507b07885143b381bcdb7ca73ac5ed1f7d4dccc6c7b0798ce5b115db5b4d67c7
7
- data.tar.gz: 6ba7af7b036be3d9dc15f04e564690aec69e179795d485e4514f6c57aa203bab11255522ea30693aa612e74099fc4d6d490bf7da88985701f1d5a95c0a50af19
6
+ metadata.gz: 1dcc27a8c28b46990bd44bc9c3924a6699b003ae9d41d968805f6371d69a108d40451559451d6a27d51d0b0444b955290688feeaec800509ad66d6e2aa3603e7
7
+ data.tar.gz: 759b0cc9607a71d22436e456032c049c89a4861c83251464938acc736ac70d0873a93ec9a458f486683f4c2dbfee2b380108a03e959cdcf48300107068ed33f2
@@ -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 has no billing object (fully comped at 100% discount).
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 comped).
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.48
4
+ version: 3.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC