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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39af40f42237eaca8b970803e0aa22e5852176fc657bcafdcdf0e6a0b88ca3cd
|
|
4
|
+
data.tar.gz: 97f72ae5e3986e55f3649a7ee30f3623d4b490ce65705683b99df076297d0551
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7715b2b7c383e51034dfc85bf237e6b74228f8f2dacd04a28dfa5f060044c9e34c1972efa172487a6835dc629ed7ef8d3199dcd569819e1135b308a168aacb72
|
|
7
|
+
data.tar.gz: 96777075068e112e1e98675dc0dbdfe8587f0b21dcc8cd5ebdff238aeaefb9f4c2f0cbaf338e502405d502951a3299f7ca54792b46cd7c0d2807194a530c6695
|
data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_change_projection.rb
CHANGED
|
@@ -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
|
-
#
|
|
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).
|
data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_preview_attributes.rb
CHANGED
|
@@ -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
|
|
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.
|