smplkit 3.0.77 → 3.0.78

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: 6f68bff67afd22b62c46ee1f5c2d66e9305097b5815156e167930a424bd63ccf
4
- data.tar.gz: 8ec9290ffcaeca4a0e114b48c1ada17cf23d155f7f3a4b1eb4d729f5a44abb6c
3
+ metadata.gz: 39af40f42237eaca8b970803e0aa22e5852176fc657bcafdcdf0e6a0b88ca3cd
4
+ data.tar.gz: 97f72ae5e3986e55f3649a7ee30f3623d4b490ce65705683b99df076297d0551
5
5
  SHA512:
6
- metadata.gz: 5a34cb87e27f7fb96188afc10e5acb7c113a152780448d8a85384ce4b488aa6c03d4d2f018534fa7c4cdbe016e93022bc8605dfc6f57c2fdc15db494b0a15b02
7
- data.tar.gz: cae49b9abb9d55774f089e4ad715afcb5e77863ecf86c3a81916b327e4b407e1b74f4f8fd4193fc28a53fc1b321ab914ad535a984c0f3acc354d896348c4317f
6
+ metadata.gz: 7715b2b7c383e51034dfc85bf237e6b74228f8f2dacd04a28dfa5f060044c9e34c1972efa172487a6835dc629ed7ef8d3199dcd569819e1135b308a168aacb72
7
+ data.tar.gz: 96777075068e112e1e98675dc0dbdfe8587f0b21dcc8cd5ebdff238aeaefb9f4c2f0cbaf338e502405d502951a3299f7ca54792b46cd7c0d2807194a530c6695
@@ -31,7 +31,7 @@ module SmplkitGeneratedClient::App
31
31
  # `IMMEDIATE` when the change takes effect at confirmation time (and a prorated charge may apply today). `NEXT_PERIOD` when the change takes effect at the end of the current billing period.
32
32
  attr_accessor :effect
33
33
 
34
- # When `effect` is `IMMEDIATE`, the estimated prorated charge for the remainder of the current billing period in cents. Always `0` when `effect` is `NEXT_PERIOD`.
34
+ # Amount in cents that confirming this change would charge at confirmation time for this product. Reflects the discounted, prorated charge for the remainder of the current billing period. May be `0` even when `effect` is `IMMEDIATE` — when the product is being added to an already-active subscription the prorated amount is carried onto the next invoice rather than charged immediately. Always `0` when `effect` is `NEXT_PERIOD`.
35
35
  attr_accessor :prorated_charge_today_cents
36
36
 
37
37
  # When `effect` is `NEXT_PERIOD`, the ISO-8601 timestamp at which the change takes effect. `null` when `effect` is `IMMEDIATE` (the change applies on confirmation).
@@ -36,7 +36,7 @@ module SmplkitGeneratedClient::App
36
36
  # Per-product breakdown of changes the desired state would produce. Products that would remain unchanged are omitted.
37
37
  attr_accessor :changes
38
38
 
39
- # Total amount that would be charged at confirmation time, in cents. The sum of `prorated_charge_today_cents` across `IMMEDIATE` changes.
39
+ # Total amount in cents that would be charged at confirmation time the sum of `prorated_charge_today_cents` across all changes. `0` when there is no immediate charge (for example when changes apply to an already-active subscription and the prorated amounts are carried onto the next invoice instead).
40
40
  attr_accessor :total_charge_today_cents
41
41
 
42
42
  # Projected total of the next monthly invoice in cents, after all scheduled changes have taken effect.
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.77
4
+ version: 3.0.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC