orb-billing 1.19.2 → 1.20.0
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.
- package/README.md +66 -23
- package/dist/internal/utils/utils.js +1 -1
- package/dist/sdk/coupon.d.ts +4 -4
- package/dist/sdk/coupon.js +25 -20
- package/dist/sdk/credit.d.ts +186 -4
- package/dist/sdk/credit.js +208 -20
- package/dist/sdk/creditnote.d.ts +2 -2
- package/dist/sdk/creditnote.js +11 -10
- package/dist/sdk/customer.d.ts +8 -8
- package/dist/sdk/customer.js +49 -40
- package/dist/sdk/event.d.ts +7 -7
- package/dist/sdk/event.js +39 -35
- package/dist/sdk/invoice.d.ts +5 -5
- package/dist/sdk/invoice.js +26 -25
- package/dist/sdk/item.d.ts +2 -2
- package/dist/sdk/item.js +11 -10
- package/dist/sdk/metric.d.ts +1 -1
- package/dist/sdk/metric.js +5 -5
- package/dist/sdk/models/operations/addeditpriceintervals.d.ts +1 -1
- package/dist/sdk/models/operations/addeditpriceintervals.js +4 -4
- package/dist/sdk/models/operations/amendevent.d.ts +1 -1
- package/dist/sdk/models/operations/amendevent.js +4 -4
- package/dist/sdk/models/operations/amendusage.d.ts +1 -1
- package/dist/sdk/models/operations/amendusage.js +4 -4
- package/dist/sdk/models/operations/amendusageexternalcustomerid.d.ts +1 -1
- package/dist/sdk/models/operations/amendusageexternalcustomerid.js +4 -4
- package/dist/sdk/models/operations/cancelsubscription.d.ts +1 -1
- package/dist/sdk/models/operations/cancelsubscription.js +4 -4
- package/dist/sdk/models/operations/createcustomerbalancetransaction.d.ts +1 -1
- package/dist/sdk/models/operations/createcustomerbalancetransaction.js +4 -4
- package/dist/sdk/models/operations/createledgerentry.d.ts +1 -1
- package/dist/sdk/models/operations/createledgerentry.js +4 -4
- package/dist/sdk/models/operations/createledgerentryexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/createledgerentryexternalid.js +4 -4
- package/dist/sdk/models/operations/fetchcustomercredits.d.ts +1 -1
- package/dist/sdk/models/operations/fetchcustomercredits.js +4 -4
- package/dist/sdk/models/operations/fetchcustomercreditsexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/fetchcustomercreditsexternalid.js +4 -4
- package/dist/sdk/models/operations/markinvoiceaspaid.d.ts +1 -1
- package/dist/sdk/models/operations/markinvoiceaspaid.js +4 -4
- package/dist/sdk/models/operations/scheduleplanchange.d.ts +1 -1
- package/dist/sdk/models/operations/scheduleplanchange.js +4 -4
- package/dist/sdk/models/operations/triggerphase.d.ts +1 -1
- package/dist/sdk/models/operations/triggerphase.js +4 -4
- package/dist/sdk/models/operations/unschedulefixedfeequantity.d.ts +1 -1
- package/dist/sdk/models/operations/unschedulefixedfeequantity.js +4 -4
- package/dist/sdk/models/operations/updatecustomer.d.ts +1 -1
- package/dist/sdk/models/operations/updatecustomer.js +4 -4
- package/dist/sdk/models/operations/updatecustomerexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/updatecustomerexternalid.js +4 -4
- package/dist/sdk/models/operations/updatefixedfeequantity.d.ts +1 -1
- package/dist/sdk/models/operations/updatefixedfeequantity.js +4 -4
- package/dist/sdk/models/operations/updateplan.d.ts +1 -1
- package/dist/sdk/models/operations/updateplan.js +4 -4
- package/dist/sdk/models/operations/updateplanexternal.d.ts +1 -1
- package/dist/sdk/models/operations/updateplanexternal.js +4 -4
- package/dist/sdk/models/shared/addpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/addpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/createinvoicelineitemparams.js +2 -0
- package/dist/sdk/models/shared/editpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/editpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/fixedfeequantitychange.js +1 -0
- package/dist/sdk/models/shared/index.d.ts +0 -102
- package/dist/sdk/models/shared/index.js +0 -102
- package/dist/sdk/models/shared/invoicelineitemparams.d.ts +1 -2
- package/dist/sdk/models/shared/invoicelineitemparams.js +3 -3
- package/dist/sdk/models/shared/itemexternalconnection.d.ts +0 -11
- package/dist/sdk/models/shared/itemexternalconnection.js +1 -14
- package/dist/sdk/models/shared/markaspaidrequestparams.js +1 -0
- package/dist/sdk/models/shared/plan.d.ts +1 -3
- package/dist/sdk/models/shared/plan.js +2 -11
- package/dist/sdk/models/shared/triggersubscriptionphaseparams.js +1 -0
- package/dist/sdk/plan.d.ts +4 -4
- package/dist/sdk/plan.js +22 -20
- package/dist/sdk/price.d.ts +3 -3
- package/dist/sdk/price.js +16 -15
- package/dist/sdk/priceinterval.d.ts +2 -1
- package/dist/sdk/priceinterval.js +6 -5
- package/dist/sdk/sdk.js +3 -3
- package/dist/sdk/subscription.d.ts +8 -8
- package/dist/sdk/subscription.js +45 -40
- package/docs/models/operations/addeditpriceintervalsrequest.md +2 -2
- package/docs/models/operations/amendeventrequest.md +2 -2
- package/docs/models/operations/amendusageexternalcustomeridrequest.md +1 -1
- package/docs/models/operations/amendusagerequest.md +1 -1
- package/docs/models/operations/cancelsubscriptionrequest.md +2 -2
- package/docs/models/operations/createcustomerbalancetransactionrequest.md +2 -2
- package/docs/models/operations/createledgerentryexternalidrequest.md +2 -2
- package/docs/models/operations/createledgerentryrequest.md +2 -2
- package/docs/models/operations/fetchcustomercreditsexternalidrequest.md +1 -1
- package/docs/models/operations/fetchcustomercreditsrequest.md +1 -1
- package/docs/models/operations/markinvoiceaspaidrequest.md +2 -2
- package/docs/models/operations/scheduleplanchangerequest.md +2 -2
- package/docs/models/operations/triggerphaserequest.md +2 -2
- package/docs/models/operations/unschedulefixedfeequantityrequest.md +2 -2
- package/docs/models/operations/updatecustomerexternalidrequest.md +2 -2
- package/docs/models/operations/updatecustomerrequest.md +2 -2
- package/docs/models/operations/updatefixedfeequantityrequest.md +2 -2
- package/docs/models/operations/updateplanexternalrequest.md +2 -2
- package/docs/models/operations/updateplanrequest.md +2 -2
- package/docs/models/shared/addpriceintervalparams.md +2 -2
- package/docs/models/shared/createinvoicelineitemparams.md +1 -1
- package/docs/models/shared/discount.md +8 -8
- package/docs/models/shared/editpriceintervalparams.md +2 -2
- package/docs/models/shared/invoicelineitem.md +1 -1
- package/docs/models/shared/invoicelineitemparams.md +2 -2
- package/docs/models/shared/plan.md +1 -1
- package/docs/sdks/availability/README.md +9 -8
- package/docs/sdks/coupon/README.md +89 -80
- package/docs/sdks/credit/README.md +282 -141
- package/docs/sdks/creditnote/README.md +34 -31
- package/docs/sdks/customer/README.md +303 -352
- package/docs/sdks/event/README.md +162 -162
- package/docs/sdks/invoice/README.md +145 -159
- package/docs/sdks/item/README.md +34 -31
- package/docs/sdks/metric/README.md +43 -47
- package/docs/sdks/plan/README.md +100 -102
- package/docs/sdks/price/README.md +60 -96
- package/docs/sdks/priceinterval/README.md +55 -98
- package/docs/sdks/subscription/README.md +278 -384
- package/package.json +1 -1
- package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.d.ts +0 -24
- package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.js +0 -76
- package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.d.ts +0 -37
- package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.js +0 -100
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.d.ts +0 -42
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.js +0 -107
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.d.ts +0 -34
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.js +0 -88
- package/dist/sdk/models/shared/affectedblock.d.ts +0 -6
- package/dist/sdk/models/shared/affectedblock.js +0 -59
- package/dist/sdk/models/shared/amendmentledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/amendmentledgerentry.js +0 -120
- package/dist/sdk/models/shared/amountdiscount.d.ts +0 -15
- package/dist/sdk/models/shared/amountdiscount.js +0 -59
- package/dist/sdk/models/shared/amountdiscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/amountdiscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/amountdiscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/amountdiscountinterval.js +0 -82
- package/dist/sdk/models/shared/billablemetricsimple.d.ts +0 -5
- package/dist/sdk/models/shared/billablemetricsimple.js +0 -50
- package/dist/sdk/models/shared/billablemetrictiny.d.ts +0 -4
- package/dist/sdk/models/shared/billablemetrictiny.js +0 -45
- package/dist/sdk/models/shared/bpsconfig.d.ts +0 -11
- package/dist/sdk/models/shared/bpsconfig.js +0 -50
- package/dist/sdk/models/shared/bpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/bpsprice.js +0 -363
- package/dist/sdk/models/shared/bpstier.d.ts +0 -19
- package/dist/sdk/models/shared/bpstier.js +0 -60
- package/dist/sdk/models/shared/bulkbpsconfig.d.ts +0 -8
- package/dist/sdk/models/shared/bulkbpsconfig.js +0 -47
- package/dist/sdk/models/shared/bulkbpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/bulkbpsprice.js +0 -363
- package/dist/sdk/models/shared/bulkbpstier.d.ts +0 -15
- package/dist/sdk/models/shared/bulkbpstier.js +0 -55
- package/dist/sdk/models/shared/bulkconfig.d.ts +0 -8
- package/dist/sdk/models/shared/bulkconfig.js +0 -47
- package/dist/sdk/models/shared/bulkprice.d.ts +0 -242
- package/dist/sdk/models/shared/bulkprice.js +0 -363
- package/dist/sdk/models/shared/bulktier.d.ts +0 -11
- package/dist/sdk/models/shared/bulktier.js +0 -50
- package/dist/sdk/models/shared/creditblockexpiryledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/creditblockexpiryledgerentry.js +0 -120
- package/dist/sdk/models/shared/decrementledgerentry.d.ts +0 -30
- package/dist/sdk/models/shared/decrementledgerentry.js +0 -135
- package/dist/sdk/models/shared/duplicateconstraintviolationerror.d.ts +0 -16
- package/dist/sdk/models/shared/duplicateconstraintviolationerror.js +0 -82
- package/dist/sdk/models/shared/duplicateresourcecreationerror.d.ts +0 -16
- package/dist/sdk/models/shared/duplicateresourcecreationerror.js +0 -82
- package/dist/sdk/models/shared/expirationchangeledgerentry.d.ts +0 -28
- package/dist/sdk/models/shared/expirationchangeledgerentry.js +0 -129
- package/dist/sdk/models/shared/featurenotavailableerror.d.ts +0 -16
- package/dist/sdk/models/shared/featurenotavailableerror.js +0 -82
- package/dist/sdk/models/shared/fivetranexampleprice.d.ts +0 -241
- package/dist/sdk/models/shared/fivetranexampleprice.js +0 -361
- package/dist/sdk/models/shared/groupedsubscriptionusage.d.ts +0 -7
- package/dist/sdk/models/shared/groupedsubscriptionusage.js +0 -54
- package/dist/sdk/models/shared/groupedsubscriptionusagerecord.d.ts +0 -14
- package/dist/sdk/models/shared/groupedsubscriptionusagerecord.js +0 -71
- package/dist/sdk/models/shared/idempotencyconflict.d.ts +0 -16
- package/dist/sdk/models/shared/idempotencyconflict.js +0 -82
- package/dist/sdk/models/shared/idempotencykeyvalidationerror.d.ts +0 -17
- package/dist/sdk/models/shared/idempotencykeyvalidationerror.js +0 -87
- package/dist/sdk/models/shared/idempotencyrequestmismatch.d.ts +0 -16
- package/dist/sdk/models/shared/idempotencyrequestmismatch.js +0 -82
- package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.d.ts +0 -18
- package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.js +0 -58
- package/dist/sdk/models/shared/incrementledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/incrementledgerentry.js +0 -120
- package/dist/sdk/models/shared/itemslim.d.ts +0 -5
- package/dist/sdk/models/shared/itemslim.js +0 -50
- package/dist/sdk/models/shared/matrixconfig.d.ts +0 -20
- package/dist/sdk/models/shared/matrixconfig.js +0 -62
- package/dist/sdk/models/shared/matrixprice.d.ts +0 -242
- package/dist/sdk/models/shared/matrixprice.js +0 -363
- package/dist/sdk/models/shared/matrixsublineitem.d.ts +0 -17
- package/dist/sdk/models/shared/matrixsublineitem.js +0 -78
- package/dist/sdk/models/shared/matrixvalue.d.ts +0 -15
- package/dist/sdk/models/shared/matrixvalue.js +0 -55
- package/dist/sdk/models/shared/metricgroup.d.ts +0 -5
- package/dist/sdk/models/shared/metricgroup.js +0 -50
- package/dist/sdk/models/shared/newbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbpsprice.js +0 -110
- package/dist/sdk/models/shared/newbulkbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbulkbpsprice.js +0 -110
- package/dist/sdk/models/shared/newbulkprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbulkprice.js +0 -110
- package/dist/sdk/models/shared/newmatrixprice.d.ts +0 -53
- package/dist/sdk/models/shared/newmatrixprice.js +0 -110
- package/dist/sdk/models/shared/newpackageprice.d.ts +0 -53
- package/dist/sdk/models/shared/newpackageprice.js +0 -110
- package/dist/sdk/models/shared/newpackagewithallocationprice.d.ts +0 -52
- package/dist/sdk/models/shared/newpackagewithallocationprice.js +0 -108
- package/dist/sdk/models/shared/newthresholdtotalamountprice.d.ts +0 -52
- package/dist/sdk/models/shared/newthresholdtotalamountprice.js +0 -108
- package/dist/sdk/models/shared/newtieredbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newtieredbpsprice.js +0 -110
- package/dist/sdk/models/shared/newtieredpackageprice.d.ts +0 -52
- package/dist/sdk/models/shared/newtieredpackageprice.js +0 -108
- package/dist/sdk/models/shared/newtieredprice.d.ts +0 -53
- package/dist/sdk/models/shared/newtieredprice.js +0 -110
- package/dist/sdk/models/shared/newtieredwithminimumprice.d.ts +0 -52
- package/dist/sdk/models/shared/newtieredwithminimumprice.js +0 -108
- package/dist/sdk/models/shared/newunitprice.d.ts +0 -53
- package/dist/sdk/models/shared/newunitprice.js +0 -110
- package/dist/sdk/models/shared/othersublineitem.d.ts +0 -15
- package/dist/sdk/models/shared/othersublineitem.js +0 -71
- package/dist/sdk/models/shared/overridebpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebpsprice.js +0 -83
- package/dist/sdk/models/shared/overridebulkbpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebulkbpsprice.js +0 -83
- package/dist/sdk/models/shared/overridebulkprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebulkprice.js +0 -83
- package/dist/sdk/models/shared/overridefivetranexampleprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridefivetranexampleprice.js +0 -81
- package/dist/sdk/models/shared/overridematrixprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridematrixprice.js +0 -83
- package/dist/sdk/models/shared/overridepackageprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridepackageprice.js +0 -83
- package/dist/sdk/models/shared/overridepackagewithallocationprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridepackagewithallocationprice.js +0 -81
- package/dist/sdk/models/shared/overridetestratingfunctionprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetestratingfunctionprice.js +0 -81
- package/dist/sdk/models/shared/overridethresholdtotalamountprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridethresholdtotalamountprice.js +0 -81
- package/dist/sdk/models/shared/overridetieredbpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridetieredbpsprice.js +0 -83
- package/dist/sdk/models/shared/overridetieredpackageprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetieredpackageprice.js +0 -81
- package/dist/sdk/models/shared/overridetieredprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridetieredprice.js +0 -83
- package/dist/sdk/models/shared/overridetieredwithminimumprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetieredwithminimumprice.js +0 -81
- package/dist/sdk/models/shared/overrideunitprice.d.ts +0 -27
- package/dist/sdk/models/shared/overrideunitprice.js +0 -83
- package/dist/sdk/models/shared/packageconfig.d.ts +0 -11
- package/dist/sdk/models/shared/packageconfig.js +0 -50
- package/dist/sdk/models/shared/packageprice.d.ts +0 -242
- package/dist/sdk/models/shared/packageprice.js +0 -363
- package/dist/sdk/models/shared/packagewithallocationprice.d.ts +0 -241
- package/dist/sdk/models/shared/packagewithallocationprice.js +0 -361
- package/dist/sdk/models/shared/percentagediscount.d.ts +0 -15
- package/dist/sdk/models/shared/percentagediscount.js +0 -59
- package/dist/sdk/models/shared/percentagediscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/percentagediscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/percentagediscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/percentagediscountinterval.js +0 -82
- package/dist/sdk/models/shared/requesttoolargeerror.d.ts +0 -16
- package/dist/sdk/models/shared/requesttoolargeerror.js +0 -82
- package/dist/sdk/models/shared/requestvalidationerror.d.ts +0 -17
- package/dist/sdk/models/shared/requestvalidationerror.js +0 -87
- package/dist/sdk/models/shared/resourcenotfounderror.d.ts +0 -16
- package/dist/sdk/models/shared/resourcenotfounderror.js +0 -82
- package/dist/sdk/models/shared/resourcetoolargeerror.d.ts +0 -16
- package/dist/sdk/models/shared/resourcetoolargeerror.js +0 -82
- package/dist/sdk/models/shared/sublineitemgrouping.d.ts +0 -8
- package/dist/sdk/models/shared/sublineitemgrouping.js +0 -50
- package/dist/sdk/models/shared/sublineitemmatrixconfig.d.ts +0 -7
- package/dist/sdk/models/shared/sublineitemmatrixconfig.js +0 -45
- package/dist/sdk/models/shared/testratingfunctionprice.d.ts +0 -241
- package/dist/sdk/models/shared/testratingfunctionprice.js +0 -361
- package/dist/sdk/models/shared/thresholdtotalamountprice.d.ts +0 -241
- package/dist/sdk/models/shared/thresholdtotalamountprice.js +0 -361
- package/dist/sdk/models/shared/tier.d.ts +0 -15
- package/dist/sdk/models/shared/tier.js +0 -55
- package/dist/sdk/models/shared/tierconfig.d.ts +0 -6
- package/dist/sdk/models/shared/tierconfig.js +0 -55
- package/dist/sdk/models/shared/tieredbpsconfig.d.ts +0 -8
- package/dist/sdk/models/shared/tieredbpsconfig.js +0 -47
- package/dist/sdk/models/shared/tieredbpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/tieredbpsprice.js +0 -363
- package/dist/sdk/models/shared/tieredconfig.d.ts +0 -8
- package/dist/sdk/models/shared/tieredconfig.js +0 -47
- package/dist/sdk/models/shared/tieredpackageprice.d.ts +0 -241
- package/dist/sdk/models/shared/tieredpackageprice.js +0 -361
- package/dist/sdk/models/shared/tieredprice.d.ts +0 -242
- package/dist/sdk/models/shared/tieredprice.js +0 -363
- package/dist/sdk/models/shared/tieredwithminimumprice.d.ts +0 -241
- package/dist/sdk/models/shared/tieredwithminimumprice.js +0 -361
- package/dist/sdk/models/shared/tiersublineitem.d.ts +0 -17
- package/dist/sdk/models/shared/tiersublineitem.js +0 -78
- package/dist/sdk/models/shared/trialdiscount.d.ts +0 -19
- package/dist/sdk/models/shared/trialdiscount.js +0 -64
- package/dist/sdk/models/shared/ungroupedsubscriptionusage.d.ts +0 -5
- package/dist/sdk/models/shared/ungroupedsubscriptionusage.js +0 -47
- package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.d.ts +0 -12
- package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.js +0 -64
- package/dist/sdk/models/shared/unitconfig.d.ts +0 -11
- package/dist/sdk/models/shared/unitconfig.js +0 -50
- package/dist/sdk/models/shared/unitprice.d.ts +0 -242
- package/dist/sdk/models/shared/unitprice.js +0 -363
- package/dist/sdk/models/shared/urlnotfound.d.ts +0 -16
- package/dist/sdk/models/shared/urlnotfound.js +0 -82
- package/dist/sdk/models/shared/usage.d.ts +0 -6
- package/dist/sdk/models/shared/usage.js +0 -63
- package/dist/sdk/models/shared/usagediscount.d.ts +0 -15
- package/dist/sdk/models/shared/usagediscount.js +0 -59
- package/dist/sdk/models/shared/usagediscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/usagediscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/usagediscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/usagediscountinterval.js +0 -82
- package/dist/sdk/models/shared/voidinitiatedledgerentry.d.ts +0 -30
- package/dist/sdk/models/shared/voidinitiatedledgerentry.js +0 -139
- package/dist/sdk/models/shared/voidledgerentry.d.ts +0 -29
- package/dist/sdk/models/shared/voidledgerentry.js +0 -130
- package/docs/models/shared/adddecrementcreditledgerentryrequestparams.md +0 -11
- package/docs/models/shared/adddecrementcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/adddecrementcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparams.md +0 -14
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addincrementcreditledgerentryrequestparams.md +0 -15
- package/docs/models/shared/addincrementcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addincrementcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addpriceintervalparamsenddateenddate.md +0 -11
- package/docs/models/shared/addpriceintervalparamsstartdatestartdate.md +0 -11
- package/docs/models/shared/addvoidcreditledgerentryrequestparams.md +0 -12
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsvoidreason.md +0 -10
- package/docs/models/shared/affectedblock.md +0 -10
- package/docs/models/shared/amendmentledgerentry.md +0 -21
- package/docs/models/shared/amendmentledgerentryentrystatus.md +0 -9
- package/docs/models/shared/amendmentledgerentryentrytype.md +0 -8
- package/docs/models/shared/amountdiscount.md +0 -10
- package/docs/models/shared/amountdiscountcreationparams.md +0 -9
- package/docs/models/shared/amountdiscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/amountdiscountdiscounttype.md +0 -8
- package/docs/models/shared/amountdiscountinterval.md +0 -13
- package/docs/models/shared/amountdiscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/billablemetricsimple.md +0 -9
- package/docs/models/shared/billablemetrictiny.md +0 -8
- package/docs/models/shared/bpsconfig.md +0 -9
- package/docs/models/shared/bpsprice.md +0 -225
- package/docs/models/shared/bpspricecadence.md +0 -11
- package/docs/models/shared/bpspricemodeltype.md +0 -8
- package/docs/models/shared/bpspricepricetype.md +0 -9
- package/docs/models/shared/bpstier.md +0 -11
- package/docs/models/shared/bulkbpsconfig.md +0 -8
- package/docs/models/shared/bulkbpsprice.md +0 -225
- package/docs/models/shared/bulkbpspricecadence.md +0 -11
- package/docs/models/shared/bulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/bulkbpspricepricetype.md +0 -9
- package/docs/models/shared/bulkbpstier.md +0 -10
- package/docs/models/shared/bulkconfig.md +0 -8
- package/docs/models/shared/bulkprice.md +0 -225
- package/docs/models/shared/bulkpricecadence.md +0 -11
- package/docs/models/shared/bulkpricemodeltype.md +0 -8
- package/docs/models/shared/bulkpricepricetype.md +0 -9
- package/docs/models/shared/bulktier.md +0 -9
- package/docs/models/shared/creditblockexpiryledgerentry.md +0 -21
- package/docs/models/shared/creditblockexpiryledgerentryentrystatus.md +0 -9
- package/docs/models/shared/creditblockexpiryledgerentryentrytype.md +0 -8
- package/docs/models/shared/decrementledgerentry.md +0 -24
- package/docs/models/shared/decrementledgerentryentrystatus.md +0 -9
- package/docs/models/shared/decrementledgerentryentrytype.md +0 -8
- package/docs/models/shared/duplicateconstraintviolationerror.md +0 -12
- package/docs/models/shared/duplicateconstraintviolationerrorheaders.md +0 -7
- package/docs/models/shared/duplicateconstraintviolationerrorstatus.md +0 -8
- package/docs/models/shared/duplicateconstraintviolationerrortype.md +0 -8
- package/docs/models/shared/duplicateresourcecreationerror.md +0 -12
- package/docs/models/shared/duplicateresourcecreationerrorheaders.md +0 -7
- package/docs/models/shared/duplicateresourcecreationerrorstatus.md +0 -8
- package/docs/models/shared/duplicateresourcecreationerrortype.md +0 -8
- package/docs/models/shared/editpriceintervalparamsenddateenddate.md +0 -11
- package/docs/models/shared/editpriceintervalparamsstartdatestartdate.md +0 -11
- package/docs/models/shared/expirationchangeledgerentry.md +0 -22
- package/docs/models/shared/expirationchangeledgerentryentrystatus.md +0 -9
- package/docs/models/shared/expirationchangeledgerentryentrytype.md +0 -8
- package/docs/models/shared/featurenotavailableerror.md +0 -12
- package/docs/models/shared/featurenotavailableerrorheaders.md +0 -7
- package/docs/models/shared/featurenotavailableerrorstatus.md +0 -8
- package/docs/models/shared/featurenotavailableerrortype.md +0 -8
- package/docs/models/shared/fivetranexampleprice.md +0 -225
- package/docs/models/shared/fivetranexamplepricecadence.md +0 -11
- package/docs/models/shared/fivetranexamplepricemodeltype.md +0 -8
- package/docs/models/shared/fivetranexamplepricepricetype.md +0 -9
- package/docs/models/shared/groupedsubscriptionusage.md +0 -9
- package/docs/models/shared/groupedsubscriptionusagerecord.md +0 -11
- package/docs/models/shared/groupedsubscriptionusagerecordviewmode.md +0 -9
- package/docs/models/shared/idempotencyconflict.md +0 -12
- package/docs/models/shared/idempotencyconflictheaders.md +0 -7
- package/docs/models/shared/idempotencyconflictstatus.md +0 -8
- package/docs/models/shared/idempotencyconflicttype.md +0 -8
- package/docs/models/shared/idempotencykeyvalidationerror.md +0 -13
- package/docs/models/shared/idempotencykeyvalidationerrorheaders.md +0 -7
- package/docs/models/shared/idempotencykeyvalidationerrorstatus.md +0 -8
- package/docs/models/shared/idempotencykeyvalidationerrortype.md +0 -8
- package/docs/models/shared/idempotencyrequestmismatch.md +0 -12
- package/docs/models/shared/idempotencyrequestmismatchheaders.md +0 -7
- package/docs/models/shared/idempotencyrequestmismatchstatus.md +0 -8
- package/docs/models/shared/idempotencyrequestmismatchtype.md +0 -8
- package/docs/models/shared/incrementcreditledgerentryinvoicesettings.md +0 -12
- package/docs/models/shared/incrementledgerentry.md +0 -21
- package/docs/models/shared/incrementledgerentryentrystatus.md +0 -9
- package/docs/models/shared/incrementledgerentryentrytype.md +0 -8
- package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname.md +0 -11
- package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname1.md +0 -10
- package/docs/models/shared/itemslim.md +0 -9
- package/docs/models/shared/matrixconfig.md +0 -11
- package/docs/models/shared/matrixprice.md +0 -225
- package/docs/models/shared/matrixpricecadence.md +0 -11
- package/docs/models/shared/matrixpricemodeltype.md +0 -8
- package/docs/models/shared/matrixpricepricetype.md +0 -9
- package/docs/models/shared/matrixsublineitem.md +0 -13
- package/docs/models/shared/matrixsublineitemtype.md +0 -8
- package/docs/models/shared/matrixvalue.md +0 -10
- package/docs/models/shared/metricgroup.md +0 -9
- package/docs/models/shared/newbpsprice.md +0 -18
- package/docs/models/shared/newbpspricecadence.md +0 -12
- package/docs/models/shared/newbpspricemodeltype.md +0 -8
- package/docs/models/shared/newbulkbpsprice.md +0 -18
- package/docs/models/shared/newbulkbpspricecadence.md +0 -12
- package/docs/models/shared/newbulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/newbulkprice.md +0 -18
- package/docs/models/shared/newbulkpricecadence.md +0 -12
- package/docs/models/shared/newbulkpricemodeltype.md +0 -8
- package/docs/models/shared/newmatrixprice.md +0 -18
- package/docs/models/shared/newmatrixpricecadence.md +0 -12
- package/docs/models/shared/newmatrixpricemodeltype.md +0 -8
- package/docs/models/shared/newpackageprice.md +0 -18
- package/docs/models/shared/newpackagepricecadence.md +0 -12
- package/docs/models/shared/newpackagepricemodeltype.md +0 -8
- package/docs/models/shared/newpackagewithallocationprice.md +0 -18
- package/docs/models/shared/newpackagewithallocationpricecadence.md +0 -12
- package/docs/models/shared/newpackagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/newthresholdtotalamountprice.md +0 -18
- package/docs/models/shared/newthresholdtotalamountpricecadence.md +0 -12
- package/docs/models/shared/newthresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/newtieredbpsprice.md +0 -18
- package/docs/models/shared/newtieredbpspricecadence.md +0 -12
- package/docs/models/shared/newtieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/newtieredpackageprice.md +0 -18
- package/docs/models/shared/newtieredpackagepricecadence.md +0 -12
- package/docs/models/shared/newtieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/newtieredprice.md +0 -18
- package/docs/models/shared/newtieredpricecadence.md +0 -12
- package/docs/models/shared/newtieredpricemodeltype.md +0 -8
- package/docs/models/shared/newtieredwithminimumprice.md +0 -18
- package/docs/models/shared/newtieredwithminimumpricecadence.md +0 -12
- package/docs/models/shared/newtieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/newunitprice.md +0 -18
- package/docs/models/shared/newunitpricecadence.md +0 -12
- package/docs/models/shared/newunitpricemodeltype.md +0 -8
- package/docs/models/shared/othersublineitem.md +0 -12
- package/docs/models/shared/othersublineitemtype.md +0 -8
- package/docs/models/shared/overridebpsprice.md +0 -14
- package/docs/models/shared/overridebpspricemodeltype.md +0 -8
- package/docs/models/shared/overridebulkbpsprice.md +0 -14
- package/docs/models/shared/overridebulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/overridebulkprice.md +0 -14
- package/docs/models/shared/overridebulkpricemodeltype.md +0 -8
- package/docs/models/shared/overridefivetranexampleprice.md +0 -14
- package/docs/models/shared/overridefivetranexamplepricemodeltype.md +0 -8
- package/docs/models/shared/overridematrixprice.md +0 -14
- package/docs/models/shared/overridematrixpricemodeltype.md +0 -8
- package/docs/models/shared/overridepackageprice.md +0 -14
- package/docs/models/shared/overridepackagepricemodeltype.md +0 -8
- package/docs/models/shared/overridepackagewithallocationprice.md +0 -14
- package/docs/models/shared/overridepackagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/overridetestratingfunctionprice.md +0 -14
- package/docs/models/shared/overridetestratingfunctionpricemodeltype.md +0 -8
- package/docs/models/shared/overridethresholdtotalamountprice.md +0 -14
- package/docs/models/shared/overridethresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredbpsprice.md +0 -14
- package/docs/models/shared/overridetieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredpackageprice.md +0 -14
- package/docs/models/shared/overridetieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredprice.md +0 -14
- package/docs/models/shared/overridetieredpricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredwithminimumprice.md +0 -14
- package/docs/models/shared/overridetieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/overrideunitprice.md +0 -14
- package/docs/models/shared/overrideunitpricemodeltype.md +0 -8
- package/docs/models/shared/packageconfig.md +0 -9
- package/docs/models/shared/packageprice.md +0 -225
- package/docs/models/shared/packagepricecadence.md +0 -11
- package/docs/models/shared/packagepricemodeltype.md +0 -8
- package/docs/models/shared/packagepricepricetype.md +0 -9
- package/docs/models/shared/packagewithallocationprice.md +0 -225
- package/docs/models/shared/packagewithallocationpricecadence.md +0 -11
- package/docs/models/shared/packagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/packagewithallocationpricepricetype.md +0 -9
- package/docs/models/shared/percentagediscount.md +0 -10
- package/docs/models/shared/percentagediscountcreationparams.md +0 -9
- package/docs/models/shared/percentagediscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/percentagediscountdiscounttype.md +0 -8
- package/docs/models/shared/percentagediscountinterval.md +0 -13
- package/docs/models/shared/percentagediscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/planprices.md +0 -7
- package/docs/models/shared/requesttoolargeerror.md +0 -12
- package/docs/models/shared/requesttoolargeerrorheaders.md +0 -7
- package/docs/models/shared/requesttoolargeerrorstatus.md +0 -8
- package/docs/models/shared/requesttoolargeerrortype.md +0 -8
- package/docs/models/shared/requestvalidationerror.md +0 -13
- package/docs/models/shared/requestvalidationerrorheaders.md +0 -7
- package/docs/models/shared/requestvalidationerrorstatus.md +0 -8
- package/docs/models/shared/requestvalidationerrortype.md +0 -8
- package/docs/models/shared/resourcenotfounderror.md +0 -12
- package/docs/models/shared/resourcenotfounderrorheaders.md +0 -7
- package/docs/models/shared/resourcenotfounderrorstatus.md +0 -8
- package/docs/models/shared/resourcenotfounderrortype.md +0 -8
- package/docs/models/shared/resourcetoolargeerror.md +0 -12
- package/docs/models/shared/resourcetoolargeerrorheaders.md +0 -7
- package/docs/models/shared/resourcetoolargeerrorstatus.md +0 -8
- package/docs/models/shared/resourcetoolargeerrortype.md +0 -8
- package/docs/models/shared/sublineitemgrouping.md +0 -9
- package/docs/models/shared/sublineitemmatrixconfig.md +0 -8
- package/docs/models/shared/testratingfunctionprice.md +0 -225
- package/docs/models/shared/testratingfunctionpricecadence.md +0 -11
- package/docs/models/shared/testratingfunctionpricemodeltype.md +0 -8
- package/docs/models/shared/testratingfunctionpricepricetype.md +0 -9
- package/docs/models/shared/thresholdtotalamountprice.md +0 -225
- package/docs/models/shared/thresholdtotalamountpricecadence.md +0 -11
- package/docs/models/shared/thresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/thresholdtotalamountpricepricetype.md +0 -9
- package/docs/models/shared/tier.md +0 -10
- package/docs/models/shared/tierconfig.md +0 -10
- package/docs/models/shared/tieredbpsconfig.md +0 -8
- package/docs/models/shared/tieredbpsprice.md +0 -225
- package/docs/models/shared/tieredbpspricecadence.md +0 -11
- package/docs/models/shared/tieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/tieredbpspricepricetype.md +0 -9
- package/docs/models/shared/tieredconfig.md +0 -8
- package/docs/models/shared/tieredpackageprice.md +0 -225
- package/docs/models/shared/tieredpackagepricecadence.md +0 -11
- package/docs/models/shared/tieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/tieredpackagepricepricetype.md +0 -9
- package/docs/models/shared/tieredprice.md +0 -225
- package/docs/models/shared/tieredpricecadence.md +0 -11
- package/docs/models/shared/tieredpricemodeltype.md +0 -8
- package/docs/models/shared/tieredpricepricetype.md +0 -9
- package/docs/models/shared/tieredwithminimumprice.md +0 -225
- package/docs/models/shared/tieredwithminimumpricecadence.md +0 -11
- package/docs/models/shared/tieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/tieredwithminimumpricepricetype.md +0 -9
- package/docs/models/shared/tiersublineitem.md +0 -13
- package/docs/models/shared/tiersublineitemtype.md +0 -8
- package/docs/models/shared/trialdiscount.md +0 -11
- package/docs/models/shared/trialdiscountdiscounttype.md +0 -8
- package/docs/models/shared/ungroupedsubscriptionusage.md +0 -8
- package/docs/models/shared/ungroupedsubscriptionusagerecord.md +0 -10
- package/docs/models/shared/ungroupedsubscriptionusagerecordviewmode.md +0 -9
- package/docs/models/shared/unitconfig.md +0 -9
- package/docs/models/shared/unitprice.md +0 -225
- package/docs/models/shared/unitpricecadence.md +0 -11
- package/docs/models/shared/unitpricemodeltype.md +0 -8
- package/docs/models/shared/unitpricepricetype.md +0 -9
- package/docs/models/shared/urlnotfound.md +0 -12
- package/docs/models/shared/urlnotfoundheaders.md +0 -7
- package/docs/models/shared/urlnotfoundstatus.md +0 -8
- package/docs/models/shared/urlnotfoundtype.md +0 -8
- package/docs/models/shared/usage.md +0 -10
- package/docs/models/shared/usagediscount.md +0 -10
- package/docs/models/shared/usagediscountcreationparams.md +0 -9
- package/docs/models/shared/usagediscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/usagediscountdiscounttype.md +0 -8
- package/docs/models/shared/usagediscountinterval.md +0 -13
- package/docs/models/shared/usagediscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/voidinitiatedledgerentry.md +0 -24
- package/docs/models/shared/voidinitiatedledgerentryentrystatus.md +0 -9
- package/docs/models/shared/voidinitiatedledgerentryentrytype.md +0 -8
- package/docs/models/shared/voidledgerentry.md +0 -23
- package/docs/models/shared/voidledgerentryentrystatus.md +0 -9
- package/docs/models/shared/voidledgerentryentrytype.md +0 -8
|
@@ -83,34 +83,35 @@ the intervening invoice and generate a new one based on the new dates for the su
|
|
|
83
83
|
|
|
84
84
|
```typescript
|
|
85
85
|
import { Orb } from "orb-billing";
|
|
86
|
-
import {
|
|
87
|
-
import { CancelSubscriptionParamsCancelOption } from "orb-billing/dist/sdk/models/shared";
|
|
86
|
+
import { CancelSubscriptionRequest } from "orb-billing/dist/sdk/models/operations";
|
|
87
|
+
import { CancelSubscriptionParams, CancelSubscriptionParamsCancelOption } from "orb-billing/dist/sdk/models/shared";
|
|
88
88
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
89
|
+
(async() => {
|
|
90
|
+
const sdk = new Orb({
|
|
91
|
+
security: {
|
|
92
|
+
apiKeyAuth: "",
|
|
93
|
+
},
|
|
94
|
+
});
|
|
95
|
+
const subscriptionId: string = "Clifton";
|
|
96
|
+
const cancelSubscriptionParams: CancelSubscriptionParams = {
|
|
97
|
+
cancelOption: CancelSubscriptionParamsCancelOption.RequestedDate,
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
const res = await sdk.subscription.cancel(subscriptionId, cancelSubscriptionParams);
|
|
94
101
|
|
|
95
|
-
sdk.subscription.cancel({
|
|
96
|
-
cancelSubscriptionParams: {
|
|
97
|
-
cancelOption: CancelSubscriptionParamsCancelOption.EndOfSubscriptionTerm,
|
|
98
|
-
cancellationDate: new Date("2021-07-25T20:23:31.249Z"),
|
|
99
|
-
},
|
|
100
|
-
subscriptionId: "District Avon teal",
|
|
101
|
-
}).then((res: CancelSubscriptionResponse) => {
|
|
102
102
|
if (res.statusCode == 200) {
|
|
103
103
|
// handle response
|
|
104
104
|
}
|
|
105
|
-
});
|
|
105
|
+
})();
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
### Parameters
|
|
109
109
|
|
|
110
|
-
| Parameter
|
|
111
|
-
|
|
|
112
|
-
| `
|
|
113
|
-
| `
|
|
110
|
+
| Parameter | Type | Required | Description |
|
|
111
|
+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
112
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
113
|
+
| `cancelSubscriptionParams` | [shared.CancelSubscriptionParams](../../models/shared/cancelsubscriptionparams.md) | :heavy_minus_sign: | N/A |
|
|
114
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
114
115
|
|
|
115
116
|
|
|
116
117
|
### Response
|
|
@@ -527,114 +528,56 @@ Ex. pass in `10.00` to issue an invoice when usage amounts hit $10.00 for a subs
|
|
|
527
528
|
|
|
528
529
|
```typescript
|
|
529
530
|
import { Orb } from "orb-billing";
|
|
530
|
-
import {
|
|
531
|
-
import {
|
|
532
|
-
DiscountDiscountType,
|
|
533
|
-
NewSubscriptionExternalMarketplace,
|
|
534
|
-
OverrideBpsPriceModelType,
|
|
535
|
-
OverrideBulkBpsPriceModelType,
|
|
536
|
-
OverrideBulkPriceModelType,
|
|
537
|
-
OverrideFivetranExamplePriceModelType,
|
|
538
|
-
OverrideMatrixPriceModelType,
|
|
539
|
-
OverridePackagePriceModelType,
|
|
540
|
-
OverridePackageWithAllocationPriceModelType,
|
|
541
|
-
OverrideTestRatingFunctionPriceModelType,
|
|
542
|
-
OverrideThresholdTotalAmountPriceModelType,
|
|
543
|
-
OverrideTieredBpsPriceModelType,
|
|
544
|
-
OverrideTieredPackagePriceModelType,
|
|
545
|
-
OverrideTieredPriceModelType,
|
|
546
|
-
OverrideTieredWithMinimumPriceModelType,
|
|
547
|
-
OverrideUnitPriceModelType,
|
|
548
|
-
} from "orb-billing/dist/sdk/models/shared";
|
|
531
|
+
import { DiscountDiscountType, NewSubscriptionExternalMarketplace } from "orb-billing/dist/sdk/models/shared";
|
|
549
532
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
});
|
|
555
|
-
|
|
556
|
-
sdk.subscription.create({
|
|
557
|
-
alignBillingWithSubscriptionStartDate: false,
|
|
558
|
-
autoCollection: false,
|
|
559
|
-
awsRegion: "bluetooth Extended",
|
|
560
|
-
couponRedemptionCode: "blue",
|
|
561
|
-
creditsOverageRate: "abnormally deposit evolve",
|
|
562
|
-
customerId: "fuchsia Gasoline Screen",
|
|
563
|
-
defaultInvoiceMemo: "physical Ameliorated",
|
|
564
|
-
discount: {
|
|
565
|
-
amountDiscount: "after",
|
|
566
|
-
appliesToPriceIds: [
|
|
567
|
-
"overriding",
|
|
568
|
-
],
|
|
569
|
-
discountType: DiscountDiscountType.Percentage,
|
|
570
|
-
percentageDiscount: 0.15,
|
|
571
|
-
trialAmountDiscount: "Buckinghamshire functionalities Grocery",
|
|
572
|
-
usageDiscount: 5853.65,
|
|
573
|
-
},
|
|
574
|
-
endDate: new Date("2021-04-21T13:24:01.462Z"),
|
|
575
|
-
externalCustomerId: "Direct metrics",
|
|
576
|
-
externalMarketplace: NewSubscriptionExternalMarketplace.Google,
|
|
577
|
-
externalMarketplaceReportingId: "Interactions Senior Mouse",
|
|
578
|
-
externalPlanId: "ZMwNQefe7J3ecf7W",
|
|
579
|
-
initialPhaseOrder: 15552,
|
|
580
|
-
invoicingThreshold: "array Edinburg Investor",
|
|
581
|
-
maximumAmount: "1.23",
|
|
582
|
-
metadata: {},
|
|
583
|
-
minimumAmount: "1.23",
|
|
584
|
-
netTerms: 550483,
|
|
585
|
-
perCreditOverageAmount: "likewise payment 1080p",
|
|
586
|
-
phaseOverrides: [
|
|
587
|
-
{
|
|
588
|
-
discount: {
|
|
589
|
-
amountDiscount: "woman",
|
|
590
|
-
appliesToPriceIds: [
|
|
591
|
-
"Indiana",
|
|
592
|
-
],
|
|
593
|
-
discountType: DiscountDiscountType.Usage,
|
|
594
|
-
percentageDiscount: "0.15",
|
|
595
|
-
trialAmountDiscount: "Neptunium round Lake",
|
|
596
|
-
usageDiscount: 9976.91,
|
|
597
|
-
},
|
|
598
|
-
maximumAmount: "1.23",
|
|
599
|
-
minimumAmount: "1.23",
|
|
600
|
-
order: 588497,
|
|
533
|
+
(async() => {
|
|
534
|
+
const sdk = new Orb({
|
|
535
|
+
security: {
|
|
536
|
+
apiKeyAuth: "",
|
|
601
537
|
},
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
usageDiscount: 2881.04,
|
|
615
|
-
},
|
|
616
|
-
fixedPriceQuantity: "2",
|
|
617
|
-
id: "<ID>",
|
|
618
|
-
maximumAmount: "1.23",
|
|
619
|
-
minimumAmount: "1.23",
|
|
620
|
-
modelType: OverrideTieredPriceModelType.Tiered,
|
|
621
|
-
tieredConfig: {
|
|
622
|
-
tiers: [
|
|
623
|
-
{
|
|
624
|
-
firstUnit: "overriding networks",
|
|
625
|
-
lastUnit: 7402.79,
|
|
626
|
-
unitAmount: "female",
|
|
627
|
-
},
|
|
628
|
-
],
|
|
629
|
-
},
|
|
538
|
+
});
|
|
539
|
+
|
|
540
|
+
const res = await sdk.subscription.create({
|
|
541
|
+
creditsOverageRate: "online",
|
|
542
|
+
discount: {
|
|
543
|
+
appliesToPriceIds: [
|
|
544
|
+
"h74gfhdjvn7ujokd",
|
|
545
|
+
"7hfgtgjnbvc3ujkl",
|
|
546
|
+
],
|
|
547
|
+
discountType: DiscountDiscountType.Usage,
|
|
548
|
+
percentageDiscount: 0.15,
|
|
549
|
+
usageDiscount: "Extended",
|
|
630
550
|
},
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
551
|
+
externalPlanId: "ZMwNQefe7J3ecf7W",
|
|
552
|
+
maximumAmount: "1.23",
|
|
553
|
+
metadata: {},
|
|
554
|
+
minimumAmount: "1.23",
|
|
555
|
+
phaseOverrides: [
|
|
556
|
+
{
|
|
557
|
+
discount: {
|
|
558
|
+
appliesToPriceIds: [
|
|
559
|
+
"h74gfhdjvn7ujokd",
|
|
560
|
+
"7hfgtgjnbvc3ujkl",
|
|
561
|
+
],
|
|
562
|
+
discountType: DiscountDiscountType.Percentage,
|
|
563
|
+
percentageDiscount: 0.15,
|
|
564
|
+
usageDiscount: "blue",
|
|
565
|
+
},
|
|
566
|
+
maximumAmount: "1.23",
|
|
567
|
+
minimumAmount: "1.23",
|
|
568
|
+
order: 996706,
|
|
569
|
+
},
|
|
570
|
+
],
|
|
571
|
+
planId: "ZMwNQefe7J3ecf7W",
|
|
572
|
+
priceOverrides: [
|
|
573
|
+
"grey",
|
|
574
|
+
],
|
|
575
|
+
});
|
|
576
|
+
|
|
634
577
|
if (res.statusCode == 200) {
|
|
635
578
|
// handle response
|
|
636
579
|
}
|
|
637
|
-
});
|
|
580
|
+
})();
|
|
638
581
|
```
|
|
639
582
|
|
|
640
583
|
### Parameters
|
|
@@ -658,29 +601,30 @@ This endpoint is used to fetch a [Subscription](../guides/concepts#subscription)
|
|
|
658
601
|
|
|
659
602
|
```typescript
|
|
660
603
|
import { Orb } from "orb-billing";
|
|
661
|
-
import {
|
|
604
|
+
import { FetchSubscriptionRequest } from "orb-billing/dist/sdk/models/operations";
|
|
662
605
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
}
|
|
606
|
+
(async() => {
|
|
607
|
+
const sdk = new Orb({
|
|
608
|
+
security: {
|
|
609
|
+
apiKeyAuth: "",
|
|
610
|
+
},
|
|
611
|
+
});
|
|
612
|
+
const subscriptionId: string = "grateful";
|
|
613
|
+
|
|
614
|
+
const res = await sdk.subscription.fetch(subscriptionId);
|
|
668
615
|
|
|
669
|
-
sdk.subscription.fetch({
|
|
670
|
-
subscriptionId: "Total Honda Southeast",
|
|
671
|
-
}).then((res: FetchSubscriptionResponse) => {
|
|
672
616
|
if (res.statusCode == 200) {
|
|
673
617
|
// handle response
|
|
674
618
|
}
|
|
675
|
-
});
|
|
619
|
+
})();
|
|
676
620
|
```
|
|
677
621
|
|
|
678
622
|
### Parameters
|
|
679
623
|
|
|
680
|
-
| Parameter
|
|
681
|
-
|
|
|
682
|
-
| `
|
|
683
|
-
| `config`
|
|
624
|
+
| Parameter | Type | Required | Description |
|
|
625
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
626
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
627
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
684
628
|
|
|
685
629
|
|
|
686
630
|
### Response
|
|
@@ -702,25 +646,25 @@ when a customer's subscription has started and stopped on the same day).
|
|
|
702
646
|
|
|
703
647
|
```typescript
|
|
704
648
|
import { Orb } from "orb-billing";
|
|
705
|
-
import {
|
|
649
|
+
import { FetchSubscriptionCostsViewModeViewMode } from "orb-billing/dist/sdk/models/operations";
|
|
650
|
+
|
|
651
|
+
(async() => {
|
|
652
|
+
const sdk = new Orb({
|
|
653
|
+
security: {
|
|
654
|
+
apiKeyAuth: "",
|
|
655
|
+
},
|
|
656
|
+
});
|
|
657
|
+
|
|
658
|
+
const res = await sdk.subscription.fetchCosts({
|
|
659
|
+
subscriptionId: "disintermediate",
|
|
660
|
+
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
661
|
+
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
662
|
+
});
|
|
706
663
|
|
|
707
|
-
const sdk = new Orb({
|
|
708
|
-
security: {
|
|
709
|
-
apiKeyAuth: "",
|
|
710
|
-
},
|
|
711
|
-
});
|
|
712
|
-
|
|
713
|
-
sdk.subscription.fetchCosts({
|
|
714
|
-
groupBy: "disintermediate",
|
|
715
|
-
subscriptionId: "Coupe North Handmade",
|
|
716
|
-
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
717
|
-
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
718
|
-
viewMode: FetchSubscriptionCostsViewModeViewMode.Periodic,
|
|
719
|
-
}).then((res: FetchSubscriptionCostsResponse) => {
|
|
720
664
|
if (res.statusCode == 200) {
|
|
721
665
|
// handle response
|
|
722
666
|
}
|
|
723
|
-
});
|
|
667
|
+
})();
|
|
724
668
|
```
|
|
725
669
|
|
|
726
670
|
### Parameters
|
|
@@ -746,27 +690,22 @@ changes.
|
|
|
746
690
|
|
|
747
691
|
```typescript
|
|
748
692
|
import { Orb } from "orb-billing";
|
|
749
|
-
import { FetchSubscriptionScheduleResponse } from "orb-billing/dist/sdk/models/operations";
|
|
750
693
|
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
startDateLt: new Date("2023-06-09T04:53:17.044Z"),
|
|
763
|
-
startDateLte: new Date("2021-10-11T01:47:28.675Z"),
|
|
764
|
-
subscriptionId: "next deposit",
|
|
765
|
-
}).then((res: FetchSubscriptionScheduleResponse) => {
|
|
694
|
+
(async() => {
|
|
695
|
+
const sdk = new Orb({
|
|
696
|
+
security: {
|
|
697
|
+
apiKeyAuth: "",
|
|
698
|
+
},
|
|
699
|
+
});
|
|
700
|
+
|
|
701
|
+
const res = await sdk.subscription.fetchSchedule({
|
|
702
|
+
subscriptionId: "Minnesota compressing",
|
|
703
|
+
});
|
|
704
|
+
|
|
766
705
|
if (res.statusCode == 200) {
|
|
767
706
|
// handle response
|
|
768
707
|
}
|
|
769
|
-
});
|
|
708
|
+
})();
|
|
770
709
|
```
|
|
771
710
|
|
|
772
711
|
### Parameters
|
|
@@ -947,35 +886,26 @@ your request might provide the following parameters:
|
|
|
947
886
|
import { Orb } from "orb-billing";
|
|
948
887
|
import {
|
|
949
888
|
FetchSubscriptionUsageGranularityGranularity,
|
|
950
|
-
FetchSubscriptionUsageResponse,
|
|
951
889
|
FetchSubscriptionUsageViewModeViewMode,
|
|
952
890
|
} from "orb-billing/dist/sdk/models/operations";
|
|
953
891
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
limit: 816258,
|
|
968
|
-
secondDimensionKey: "reward even",
|
|
969
|
-
secondDimensionValue: "Electronic Chicken",
|
|
970
|
-
subscriptionId: "Diesel GB 1080p",
|
|
971
|
-
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
972
|
-
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
973
|
-
viewMode: FetchSubscriptionUsageViewModeViewMode.Periodic,
|
|
974
|
-
}).then((res: FetchSubscriptionUsageResponse) => {
|
|
892
|
+
(async() => {
|
|
893
|
+
const sdk = new Orb({
|
|
894
|
+
security: {
|
|
895
|
+
apiKeyAuth: "",
|
|
896
|
+
},
|
|
897
|
+
});
|
|
898
|
+
|
|
899
|
+
const res = await sdk.subscription.fetchUsage({
|
|
900
|
+
subscriptionId: "Directives",
|
|
901
|
+
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
902
|
+
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
903
|
+
});
|
|
904
|
+
|
|
975
905
|
if (res.statusCode == 200) {
|
|
976
906
|
// handle response
|
|
977
907
|
}
|
|
978
|
-
});
|
|
908
|
+
})();
|
|
979
909
|
```
|
|
980
910
|
|
|
981
911
|
### Parameters
|
|
@@ -1004,29 +934,21 @@ passing in the `customer_id` query parameter or the `external_customer_id` query
|
|
|
1004
934
|
|
|
1005
935
|
```typescript
|
|
1006
936
|
import { Orb } from "orb-billing";
|
|
1007
|
-
import {
|
|
937
|
+
import { ListSubscriptionsStatusStatus } from "orb-billing/dist/sdk/models/operations";
|
|
938
|
+
|
|
939
|
+
(async() => {
|
|
940
|
+
const sdk = new Orb({
|
|
941
|
+
security: {
|
|
942
|
+
apiKeyAuth: "",
|
|
943
|
+
},
|
|
944
|
+
});
|
|
945
|
+
|
|
946
|
+
const res = await sdk.subscription.list({});
|
|
1008
947
|
|
|
1009
|
-
const sdk = new Orb({
|
|
1010
|
-
security: {
|
|
1011
|
-
apiKeyAuth: "",
|
|
1012
|
-
},
|
|
1013
|
-
});
|
|
1014
|
-
|
|
1015
|
-
sdk.subscription.list({
|
|
1016
|
-
createdAtGt: new Date("2023-04-22T14:13:10.937Z"),
|
|
1017
|
-
createdAtGte: new Date("2021-04-20T09:15:20.369Z"),
|
|
1018
|
-
createdAtLt: new Date("2022-08-23T06:18:16.401Z"),
|
|
1019
|
-
createdAtLte: new Date("2021-10-10T03:01:48.624Z"),
|
|
1020
|
-
cursor: "Canada that orchid",
|
|
1021
|
-
customerId: "West",
|
|
1022
|
-
externalCustomerId: "boil primary synthesize",
|
|
1023
|
-
limit: 559247,
|
|
1024
|
-
status: ListSubscriptionsStatusStatus.Ended,
|
|
1025
|
-
}).then((res: ListSubscriptionsResponse) => {
|
|
1026
948
|
if (res.statusCode == 200) {
|
|
1027
949
|
// handle response
|
|
1028
950
|
}
|
|
1029
|
-
});
|
|
951
|
+
})();
|
|
1030
952
|
```
|
|
1031
953
|
|
|
1032
954
|
### Parameters
|
|
@@ -1077,113 +999,78 @@ customer balance as needed. For details on this behavior, see
|
|
|
1077
999
|
|
|
1078
1000
|
```typescript
|
|
1079
1001
|
import { Orb } from "orb-billing";
|
|
1080
|
-
import {
|
|
1002
|
+
import { SchedulePlanChangeRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1081
1003
|
import {
|
|
1082
1004
|
BillingCycleAlignment,
|
|
1083
1005
|
ChangeOption,
|
|
1006
|
+
Discount,
|
|
1084
1007
|
DiscountDiscountType,
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
OverrideBulkPriceModelType,
|
|
1088
|
-
OverrideFivetranExamplePriceModelType,
|
|
1089
|
-
OverrideMatrixPriceModelType,
|
|
1090
|
-
OverridePackagePriceModelType,
|
|
1091
|
-
OverridePackageWithAllocationPriceModelType,
|
|
1092
|
-
OverrideTestRatingFunctionPriceModelType,
|
|
1093
|
-
OverrideThresholdTotalAmountPriceModelType,
|
|
1094
|
-
OverrideTieredBpsPriceModelType,
|
|
1095
|
-
OverrideTieredPackagePriceModelType,
|
|
1096
|
-
OverrideTieredPriceModelType,
|
|
1097
|
-
OverrideTieredWithMinimumPriceModelType,
|
|
1098
|
-
OverrideUnitPriceModelType,
|
|
1008
|
+
PhaseOverride,
|
|
1009
|
+
SubscriptionPlanChange,
|
|
1099
1010
|
} from "orb-billing/dist/sdk/models/shared";
|
|
1100
1011
|
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
});
|
|
1106
|
-
|
|
1107
|
-
sdk.subscription.schedulePlanChange({
|
|
1108
|
-
subscriptionPlanChange: {
|
|
1109
|
-
alignBillingWithPlanChangeDate: false,
|
|
1110
|
-
billingCycleAlignment: BillingCycleAlignment.StartOfMonth,
|
|
1111
|
-
changeDate: "2017-07-21T17:32:28Z",
|
|
1112
|
-
changeOption: ChangeOption.Immediate,
|
|
1113
|
-
couponRedemptionCode: "panel Orchestrator Bicycle",
|
|
1114
|
-
creditsOverageRate: "update",
|
|
1115
|
-
discount: {
|
|
1116
|
-
amountDiscount: "meter Director National",
|
|
1117
|
-
appliesToPriceIds: [
|
|
1118
|
-
"gee",
|
|
1119
|
-
],
|
|
1120
|
-
discountType: DiscountDiscountType.Percentage,
|
|
1121
|
-
percentageDiscount: "0.15",
|
|
1122
|
-
trialAmountDiscount: "Forint Soap Coordinator",
|
|
1123
|
-
usageDiscount: "North frisk Massachusetts",
|
|
1012
|
+
(async() => {
|
|
1013
|
+
const sdk = new Orb({
|
|
1014
|
+
security: {
|
|
1015
|
+
apiKeyAuth: "",
|
|
1124
1016
|
},
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
appliesToPriceIds: [
|
|
1136
|
-
"male",
|
|
1137
|
-
],
|
|
1138
|
-
discountType: DiscountDiscountType.Usage,
|
|
1139
|
-
percentageDiscount: "0.15",
|
|
1140
|
-
trialAmountDiscount: "enim Tricycle Beatrice",
|
|
1141
|
-
usageDiscount: 1429.24,
|
|
1142
|
-
},
|
|
1143
|
-
maximumAmount: "1.23",
|
|
1144
|
-
minimumAmount: "1.23",
|
|
1145
|
-
order: 828995,
|
|
1146
|
-
},
|
|
1147
|
-
],
|
|
1148
|
-
planId: "ZMwNQefe7J3ecf7W",
|
|
1149
|
-
priceOverrides: [
|
|
1150
|
-
{
|
|
1151
|
-
discount: {
|
|
1152
|
-
amountDiscount: "South provided",
|
|
1153
|
-
appliesToPriceIds: [
|
|
1154
|
-
"Trans",
|
|
1155
|
-
],
|
|
1156
|
-
discountType: DiscountDiscountType.Percentage,
|
|
1157
|
-
percentageDiscount: 0.15,
|
|
1158
|
-
trialAmountDiscount: "Automotive auxiliary SUV",
|
|
1159
|
-
usageDiscount: 8926.19,
|
|
1160
|
-
},
|
|
1161
|
-
fixedPriceQuantity: "2",
|
|
1162
|
-
id: "<ID>",
|
|
1163
|
-
maximumAmount: "1.23",
|
|
1164
|
-
minimumAmount: "1.23",
|
|
1165
|
-
modelType: OverrideUnitPriceModelType.Unit,
|
|
1166
|
-
unitConfig: {
|
|
1167
|
-
scalingFactor: 8132.3,
|
|
1168
|
-
unitAmount: "consequently",
|
|
1169
|
-
},
|
|
1170
|
-
},
|
|
1017
|
+
});
|
|
1018
|
+
const subscriptionId: string = "Consultant";
|
|
1019
|
+
const subscriptionPlanChange: SubscriptionPlanChange = {
|
|
1020
|
+
changeDate: "2017-07-21T17:32:28Z",
|
|
1021
|
+
changeOption: ChangeOption.EndOfSubscriptionTerm,
|
|
1022
|
+
creditsOverageRate: "Ohio",
|
|
1023
|
+
discount: {
|
|
1024
|
+
appliesToPriceIds: [
|
|
1025
|
+
"h74gfhdjvn7ujokd",
|
|
1026
|
+
"7hfgtgjnbvc3ujkl",
|
|
1171
1027
|
],
|
|
1028
|
+
discountType: DiscountDiscountType.Usage,
|
|
1029
|
+
percentageDiscount: 0.15,
|
|
1030
|
+
usageDiscount: "Bicycle",
|
|
1172
1031
|
},
|
|
1173
|
-
|
|
1174
|
-
|
|
1032
|
+
externalPlanId: "ZMwNQefe7J3ecf7W",
|
|
1033
|
+
initialPhaseOrder: 2,
|
|
1034
|
+
invoicingThreshold: "10.00",
|
|
1035
|
+
maximumAmount: "1.23",
|
|
1036
|
+
minimumAmount: "1.23",
|
|
1037
|
+
phaseOverrides: [
|
|
1038
|
+
{
|
|
1039
|
+
discount: {
|
|
1040
|
+
appliesToPriceIds: [
|
|
1041
|
+
"h74gfhdjvn7ujokd",
|
|
1042
|
+
"7hfgtgjnbvc3ujkl",
|
|
1043
|
+
],
|
|
1044
|
+
discountType: DiscountDiscountType.Usage,
|
|
1045
|
+
percentageDiscount: 0.15,
|
|
1046
|
+
usageDiscount: "East",
|
|
1047
|
+
},
|
|
1048
|
+
maximumAmount: "1.23",
|
|
1049
|
+
minimumAmount: "1.23",
|
|
1050
|
+
order: 476080,
|
|
1051
|
+
},
|
|
1052
|
+
],
|
|
1053
|
+
planId: "ZMwNQefe7J3ecf7W",
|
|
1054
|
+
priceOverrides: [
|
|
1055
|
+
"update",
|
|
1056
|
+
],
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
const res = await sdk.subscription.schedulePlanChange(subscriptionId, subscriptionPlanChange);
|
|
1060
|
+
|
|
1175
1061
|
if (res.statusCode == 200) {
|
|
1176
1062
|
// handle response
|
|
1177
1063
|
}
|
|
1178
|
-
});
|
|
1064
|
+
})();
|
|
1179
1065
|
```
|
|
1180
1066
|
|
|
1181
1067
|
### Parameters
|
|
1182
1068
|
|
|
1183
|
-
| Parameter
|
|
1184
|
-
|
|
|
1185
|
-
| `
|
|
1186
|
-
| `
|
|
1069
|
+
| Parameter | Type | Required | Description |
|
|
1070
|
+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
1071
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1072
|
+
| `subscriptionPlanChange` | [shared.SubscriptionPlanChange](../../models/shared/subscriptionplanchange.md) | :heavy_minus_sign: | N/A |
|
|
1073
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1187
1074
|
|
|
1188
1075
|
|
|
1189
1076
|
### Response
|
|
@@ -1199,33 +1086,34 @@ Manually trigger a phase, effective the given date (or the current time, if not
|
|
|
1199
1086
|
|
|
1200
1087
|
```typescript
|
|
1201
1088
|
import { Orb } from "orb-billing";
|
|
1202
|
-
import {
|
|
1089
|
+
import { TriggerPhaseRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1090
|
+
import { TriggerSubscriptionPhaseParams } from "orb-billing/dist/sdk/models/shared";
|
|
1203
1091
|
import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
1204
1092
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
}
|
|
1093
|
+
(async() => {
|
|
1094
|
+
const sdk = new Orb({
|
|
1095
|
+
security: {
|
|
1096
|
+
apiKeyAuth: "",
|
|
1097
|
+
},
|
|
1098
|
+
});
|
|
1099
|
+
const subscriptionId: string = "global";
|
|
1100
|
+
const triggerSubscriptionPhaseParams: TriggerSubscriptionPhaseParams = {};
|
|
1101
|
+
|
|
1102
|
+
const res = await sdk.subscription.triggerPhase(subscriptionId, triggerSubscriptionPhaseParams);
|
|
1210
1103
|
|
|
1211
|
-
sdk.subscription.triggerPhase({
|
|
1212
|
-
triggerSubscriptionPhaseParams: {
|
|
1213
|
-
effectiveDate: new RFCDate("2021-11-18"),
|
|
1214
|
-
},
|
|
1215
|
-
subscriptionId: "Medford",
|
|
1216
|
-
}).then((res: TriggerPhaseResponse) => {
|
|
1217
1104
|
if (res.statusCode == 200) {
|
|
1218
1105
|
// handle response
|
|
1219
1106
|
}
|
|
1220
|
-
});
|
|
1107
|
+
})();
|
|
1221
1108
|
```
|
|
1222
1109
|
|
|
1223
1110
|
### Parameters
|
|
1224
1111
|
|
|
1225
|
-
| Parameter
|
|
1226
|
-
|
|
|
1227
|
-
| `
|
|
1228
|
-
| `
|
|
1112
|
+
| Parameter | Type | Required | Description |
|
|
1113
|
+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
|
|
1114
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1115
|
+
| `triggerSubscriptionPhaseParams` | [shared.TriggerSubscriptionPhaseParams](../../models/shared/triggersubscriptionphaseparams.md) | :heavy_minus_sign: | N/A |
|
|
1116
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1229
1117
|
|
|
1230
1118
|
|
|
1231
1119
|
### Response
|
|
@@ -1244,29 +1132,30 @@ on auto-renew, ensuring that the subscription does not end at the currently sche
|
|
|
1244
1132
|
|
|
1245
1133
|
```typescript
|
|
1246
1134
|
import { Orb } from "orb-billing";
|
|
1247
|
-
import {
|
|
1135
|
+
import { UnscheduleCancellationRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1248
1136
|
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
}
|
|
1137
|
+
(async() => {
|
|
1138
|
+
const sdk = new Orb({
|
|
1139
|
+
security: {
|
|
1140
|
+
apiKeyAuth: "",
|
|
1141
|
+
},
|
|
1142
|
+
});
|
|
1143
|
+
const subscriptionId: string = "Steel";
|
|
1144
|
+
|
|
1145
|
+
const res = await sdk.subscription.unscheduleCancellation(subscriptionId);
|
|
1254
1146
|
|
|
1255
|
-
sdk.subscription.unscheduleCancellation({
|
|
1256
|
-
subscriptionId: "Balanced",
|
|
1257
|
-
}).then((res: UnscheduleCancellationResponse) => {
|
|
1258
1147
|
if (res.statusCode == 200) {
|
|
1259
1148
|
// handle response
|
|
1260
1149
|
}
|
|
1261
|
-
});
|
|
1150
|
+
})();
|
|
1262
1151
|
```
|
|
1263
1152
|
|
|
1264
1153
|
### Parameters
|
|
1265
1154
|
|
|
1266
|
-
| Parameter
|
|
1267
|
-
|
|
|
1268
|
-
| `
|
|
1269
|
-
| `config`
|
|
1155
|
+
| Parameter | Type | Required | Description |
|
|
1156
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
1157
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1158
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1270
1159
|
|
|
1271
1160
|
|
|
1272
1161
|
### Response
|
|
@@ -1284,32 +1173,35 @@ If there are no updates scheduled, this endpoint is a no-op.
|
|
|
1284
1173
|
|
|
1285
1174
|
```typescript
|
|
1286
1175
|
import { Orb } from "orb-billing";
|
|
1287
|
-
import {
|
|
1176
|
+
import { UnscheduleFixedFeeQuantityRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1177
|
+
import { UnscheduleFixedFeeQuantityChangeParams } from "orb-billing/dist/sdk/models/shared";
|
|
1288
1178
|
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
}
|
|
1179
|
+
(async() => {
|
|
1180
|
+
const sdk = new Orb({
|
|
1181
|
+
security: {
|
|
1182
|
+
apiKeyAuth: "",
|
|
1183
|
+
},
|
|
1184
|
+
});
|
|
1185
|
+
const subscriptionId: string = "East";
|
|
1186
|
+
const unscheduleFixedFeeQuantityChangeParams: UnscheduleFixedFeeQuantityChangeParams = {
|
|
1187
|
+
priceId: "Grocery New",
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
const res = await sdk.subscription.unscheduleFixedFeeQuantity(subscriptionId, unscheduleFixedFeeQuantityChangeParams);
|
|
1294
1191
|
|
|
1295
|
-
sdk.subscription.unscheduleFixedFeeQuantity({
|
|
1296
|
-
unscheduleFixedFeeQuantityChangeParams: {
|
|
1297
|
-
priceId: "turquoise",
|
|
1298
|
-
},
|
|
1299
|
-
subscriptionId: "Digitized withdrawal",
|
|
1300
|
-
}).then((res: UnscheduleFixedFeeQuantityResponse) => {
|
|
1301
1192
|
if (res.statusCode == 200) {
|
|
1302
1193
|
// handle response
|
|
1303
1194
|
}
|
|
1304
|
-
});
|
|
1195
|
+
})();
|
|
1305
1196
|
```
|
|
1306
1197
|
|
|
1307
1198
|
### Parameters
|
|
1308
1199
|
|
|
1309
|
-
| Parameter
|
|
1310
|
-
|
|
|
1311
|
-
| `
|
|
1312
|
-
| `
|
|
1200
|
+
| Parameter | Type | Required | Description |
|
|
1201
|
+
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
|
1202
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1203
|
+
| `unscheduleFixedFeeQuantityChangeParams` | [shared.UnscheduleFixedFeeQuantityChangeParams](../../models/shared/unschedulefixedfeequantitychangeparams.md) | :heavy_minus_sign: | N/A |
|
|
1204
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1313
1205
|
|
|
1314
1206
|
|
|
1315
1207
|
### Response
|
|
@@ -1325,29 +1217,30 @@ This endpoint can be used to unschedule any pending plan changes on an existing
|
|
|
1325
1217
|
|
|
1326
1218
|
```typescript
|
|
1327
1219
|
import { Orb } from "orb-billing";
|
|
1328
|
-
import {
|
|
1220
|
+
import { UnschedulePlanChangeRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1329
1221
|
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
}
|
|
1222
|
+
(async() => {
|
|
1223
|
+
const sdk = new Orb({
|
|
1224
|
+
security: {
|
|
1225
|
+
apiKeyAuth: "",
|
|
1226
|
+
},
|
|
1227
|
+
});
|
|
1228
|
+
const subscriptionId: string = "embrace";
|
|
1229
|
+
|
|
1230
|
+
const res = await sdk.subscription.unschedulePlanChange(subscriptionId);
|
|
1335
1231
|
|
|
1336
|
-
sdk.subscription.unschedulePlanChange({
|
|
1337
|
-
subscriptionId: "Carolina",
|
|
1338
|
-
}).then((res: UnschedulePlanChangeResponse) => {
|
|
1339
1232
|
if (res.statusCode == 200) {
|
|
1340
1233
|
// handle response
|
|
1341
1234
|
}
|
|
1342
|
-
});
|
|
1235
|
+
})();
|
|
1343
1236
|
```
|
|
1344
1237
|
|
|
1345
1238
|
### Parameters
|
|
1346
1239
|
|
|
1347
|
-
| Parameter
|
|
1348
|
-
|
|
|
1349
|
-
| `
|
|
1350
|
-
| `config`
|
|
1240
|
+
| Parameter | Type | Required | Description |
|
|
1241
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
1242
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1243
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1351
1244
|
|
|
1352
1245
|
|
|
1353
1246
|
### Response
|
|
@@ -1373,37 +1266,38 @@ of the billing period.
|
|
|
1373
1266
|
|
|
1374
1267
|
```typescript
|
|
1375
1268
|
import { Orb } from "orb-billing";
|
|
1376
|
-
import {
|
|
1377
|
-
import { FixedFeeQuantityChangeChangeOption } from "orb-billing/dist/sdk/models/shared";
|
|
1269
|
+
import { UpdateFixedFeeQuantityRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1270
|
+
import { FixedFeeQuantityChange, FixedFeeQuantityChangeChangeOption } from "orb-billing/dist/sdk/models/shared";
|
|
1378
1271
|
import { RFCDate } from "orb-billing/dist/sdk/types";
|
|
1379
1272
|
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1273
|
+
(async() => {
|
|
1274
|
+
const sdk = new Orb({
|
|
1275
|
+
security: {
|
|
1276
|
+
apiKeyAuth: "",
|
|
1277
|
+
},
|
|
1278
|
+
});
|
|
1279
|
+
const subscriptionId: string = "Falls";
|
|
1280
|
+
const fixedFeeQuantityChange: FixedFeeQuantityChange = {
|
|
1281
|
+
effectiveDate: new RFCDate("2022-12-21"),
|
|
1282
|
+
priceId: "laborum archive Bronze",
|
|
1283
|
+
quantity: "trusty",
|
|
1284
|
+
};
|
|
1285
|
+
|
|
1286
|
+
const res = await sdk.subscription.updateFixedFeeQuantity(subscriptionId, fixedFeeQuantityChange);
|
|
1287
|
+
|
|
1395
1288
|
if (res.statusCode == 200) {
|
|
1396
1289
|
// handle response
|
|
1397
1290
|
}
|
|
1398
|
-
});
|
|
1291
|
+
})();
|
|
1399
1292
|
```
|
|
1400
1293
|
|
|
1401
1294
|
### Parameters
|
|
1402
1295
|
|
|
1403
|
-
| Parameter
|
|
1404
|
-
|
|
|
1405
|
-
| `
|
|
1406
|
-
| `
|
|
1296
|
+
| Parameter | Type | Required | Description |
|
|
1297
|
+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
1298
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
1299
|
+
| `fixedFeeQuantityChange` | [shared.FixedFeeQuantityChange](../../models/shared/fixedfeequantitychange.md) | :heavy_minus_sign: | N/A |
|
|
1300
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1407
1301
|
|
|
1408
1302
|
|
|
1409
1303
|
### Response
|