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
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `invoiceId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `markAsPaidRequestParams` | [shared.MarkAsPaidRequestParams](../../models/shared/markaspaidrequestparams.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `subscriptionPlanChange` | [shared.SubscriptionPlanChange](../../models/shared/subscriptionplanchange.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `triggerSubscriptionPhaseParams` | [shared.TriggerSubscriptionPhaseParams](../../models/shared/triggersubscriptionphaseparams.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `unscheduleFixedFeeQuantityChangeParams` | [shared.UnscheduleFixedFeeQuantityChangeParams](../../models/shared/unschedulefixedfeequantitychangeparams.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `editCustomer` | [shared.EditCustomer](../../models/shared/editcustomer.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `editCustomer` | [shared.EditCustomer](../../models/shared/editcustomer.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `fixedFeeQuantityChange` | [shared.FixedFeeQuantityChange](../../models/shared/fixedfeequantitychange.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `externalPlanId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `editPlan` | [shared.EditPlan](../../models/shared/editplan.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `planId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `editPlan` | [shared.EditPlan](../../models/shared/editplan.md) | :heavy_minus_sign: | N/A |
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
| Field | Type | Required | Description | Example |
|
|
7
7
|
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
|
8
8
|
| `discounts` | *any*[] | :heavy_minus_sign: | A list of discounts to initialize on the price interval. | |
|
|
9
|
-
| `endDate` | *any* | :heavy_minus_sign: | The end date of the price interval. This is the date that the price will stop billing on the subscription. |
|
|
9
|
+
| `endDate` | *any* | :heavy_minus_sign: | The end date of the price interval. This is the date that the price will stop billing on the subscription. | 2023-07-10 |
|
|
10
10
|
| `externalPriceId` | *string* | :heavy_minus_sign: | The external price id of the price to add to the subscription. | external_price_id |
|
|
11
11
|
| `fixedFeeQuantityTransitions` | [PriceIntervalFixedFeeQuantityTransitionParams](../../models/shared/priceintervalfixedfeequantitytransitionparams.md)[] | :heavy_minus_sign: | A list of fixed fee quantity transitions to initialize on the price interval. | |
|
|
12
12
|
| `maximumAmount` | *number* | :heavy_minus_sign: | The maximum amount that will be billed for this price interval for a given billing period. | 1.23 |
|
|
13
13
|
| `minimumAmount` | *number* | :heavy_minus_sign: | The minimum amount that will be billed for this price interval for a given billing period. | 1.23 |
|
|
14
14
|
| `price` | *any* | :heavy_minus_sign: | The definition of a new price to create and add to the subscription. | |
|
|
15
15
|
| `priceId` | *string* | :heavy_minus_sign: | The id of the price to add to the subscription. | h74gfhdjvn7ujokd |
|
|
16
|
-
| `startDate` | *any* | :heavy_check_mark: | The start date of the price interval. This is the date that the price will start billing on the subscription. |
|
|
16
|
+
| `startDate` | *any* | :heavy_check_mark: | The start date of the price interval. This is the date that the price will start billing on the subscription. | 2023-05-01 |
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
| `endDate` | [RFCDate](../../types/rfcdate.md) | :heavy_check_mark: | A date string to specify the line item's end date in the customer's timezone. | 2023-09-22 |
|
|
10
10
|
| `invoiceId` | *string* | :heavy_check_mark: | The id of the Invoice to add this line item. | 4khy3nwzktxv7 |
|
|
11
11
|
| `name` | *string* | :heavy_check_mark: | The item name associated with this line item. If an item with the same name exists in Orb, that item will be associated with the line item. | Item Name |
|
|
12
|
-
| `quantity` | *any* | :heavy_check_mark: | The number of units on the line item |
|
|
12
|
+
| `quantity` | *any* | :heavy_check_mark: | The number of units on the line item | 1 |
|
|
13
13
|
| `startDate` | [RFCDate](../../types/rfcdate.md) | :heavy_check_mark: | A date string to specify the line item's start date in the customer's timezone. | 2023-09-22 |
|
|
@@ -5,11 +5,11 @@ The subscription's override discount for the plan.
|
|
|
5
5
|
|
|
6
6
|
## Fields
|
|
7
7
|
|
|
8
|
-
| Field | Type | Required | Description |
|
|
9
|
-
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
10
|
-
| `amountDiscount` | *string* | :heavy_minus_sign: | Only available if discount_type is `amount`. |
|
|
11
|
-
| `appliesToPriceIds` | *string*[] | :heavy_minus_sign: | List of price_ids that this discount applies to. For plan/plan phase discounts, this can be a subset of prices. |
|
|
12
|
-
| `discountType` | [DiscountDiscountType](../../models/shared/discountdiscounttype.md) | :heavy_check_mark: | N/A |
|
|
13
|
-
| `percentageDiscount` | *any* | :heavy_minus_sign: | Only available if discount_type is `percentage`. This is a number between 0 and 1. |
|
|
14
|
-
| `trialAmountDiscount` | *string* | :heavy_minus_sign: | Only available if discount_type is `trial` |
|
|
15
|
-
| `usageDiscount` | *any* | :heavy_minus_sign: | Only available if discount_type is `usage`. Number of usage units that this discount is for |
|
|
8
|
+
| Field | Type | Required | Description | Example |
|
|
9
|
+
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
10
|
+
| `amountDiscount` | *string* | :heavy_minus_sign: | Only available if discount_type is `amount`. | |
|
|
11
|
+
| `appliesToPriceIds` | *string*[] | :heavy_minus_sign: | List of price_ids that this discount applies to. For plan/plan phase discounts, this can be a subset of prices. | h74gfhdjvn7ujokd,7hfgtgjnbvc3ujkl |
|
|
12
|
+
| `discountType` | [DiscountDiscountType](../../models/shared/discountdiscounttype.md) | :heavy_check_mark: | N/A | |
|
|
13
|
+
| `percentageDiscount` | *any* | :heavy_minus_sign: | Only available if discount_type is `percentage`. This is a number between 0 and 1. | 0.15 |
|
|
14
|
+
| `trialAmountDiscount` | *string* | :heavy_minus_sign: | Only available if discount_type is `trial` | |
|
|
15
|
+
| `usageDiscount` | *any* | :heavy_minus_sign: | Only available if discount_type is `usage`. Number of usage units that this discount is for | |
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description | Example |
|
|
7
7
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
8
|
-
| `endDate` | *any* | :heavy_minus_sign: | The updated end date of this price interval. If not specified, the start date will not be updated. |
|
|
8
|
+
| `endDate` | *any* | :heavy_minus_sign: | The updated end date of this price interval. If not specified, the start date will not be updated. | 2023-07-10 |
|
|
9
9
|
| `fixedFeeQuantityTransitions` | [PriceIntervalFixedFeeQuantityTransitionParams](../../models/shared/priceintervalfixedfeequantitytransitionparams.md)[] | :heavy_minus_sign: | A list of fixed fee quantity transitions to use for this price interval. Note that this list will overwrite all existing fixed fee quantity transitions on the price interval. | |
|
|
10
10
|
| `priceIntervalId` | *string* | :heavy_check_mark: | The id of the price interval to edit. | sdfs6wdjvn7ujokd |
|
|
11
|
-
| `startDate` | *any* | :heavy_minus_sign: | The updated start date of this price interval. If not specified, the start date will not be updated. |
|
|
11
|
+
| `startDate` | *any* | :heavy_minus_sign: | The updated start date of this price interval. If not specified, the start date will not be updated. | 2023-05-01 |
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| `minimumAmount` | *string* | :heavy_check_mark: | N/A | |
|
|
17
17
|
| `name` | *string* | :heavy_check_mark: | The name of the price associated with this line item. | Fixed Fee |
|
|
18
18
|
| `price` | *any* | :heavy_check_mark: | N/A | |
|
|
19
|
-
| `quantity` | *any* | :heavy_check_mark: | N/A |
|
|
19
|
+
| `quantity` | *any* | :heavy_check_mark: | N/A | 1 |
|
|
20
20
|
| `startDate` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The start date of the range of time applied for this line item's price. | 2022-02-01T08:00:00+00:00 |
|
|
21
21
|
| `subLineItems` | *any*[] | :heavy_check_mark: | For complex pricing structures, the line item can be broken down further in `sub_line_items`. | |
|
|
22
22
|
| `subtotal` | *string* | :heavy_check_mark: | The line amount before any line item-specific discounts or minimums. | 9.00 |
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
| `itemId` | *string* | :heavy_check_mark: | N/A | 4khy3nwzktxv7 |
|
|
10
10
|
| `modelType` | [InvoiceLineItemParamsModelType](../../models/shared/invoicelineitemparamsmodeltype.md) | :heavy_check_mark: | N/A | unit |
|
|
11
11
|
| `name` | *string* | :heavy_check_mark: | The name of the line item. | Line Item Name |
|
|
12
|
-
| `quantity` | *any* | :heavy_check_mark: | The number of units on the line item |
|
|
12
|
+
| `quantity` | *any* | :heavy_check_mark: | The number of units on the line item | 1 |
|
|
13
13
|
| `startDate` | [RFCDate](../../types/rfcdate.md) | :heavy_check_mark: | A date string to specify the line item's start date in the customer's timezone. | 2023-09-22 |
|
|
14
|
-
| `unitConfig` |
|
|
14
|
+
| `unitConfig` | Record<string, *any*> | :heavy_check_mark: | N/A | |
|
|
@@ -27,7 +27,7 @@ in the [Price resource](/reference/price).
|
|
|
27
27
|
| `name` | *string* | :heavy_check_mark: | N/A |
|
|
28
28
|
| `netTerms` | *number* | :heavy_check_mark: | Determines the difference between the invoice issue date and the due date. A value of "0" here signifies that invoices are due on issue, whereas a value of "30" means that the customer has a month to pay the invoice before its overdue. Note that individual subscriptions or invoices may set a different net terms configuration. |
|
|
29
29
|
| `planPhases` | [PlanPhase](../../models/shared/planphase.md)[] | :heavy_check_mark: | N/A |
|
|
30
|
-
| `prices` | [
|
|
30
|
+
| `prices` | *any*[] | :heavy_check_mark: | Prices for this plan. If the plan has phases, this includes prices across all phases of the plan. |
|
|
31
31
|
| `product` | [Product](../../models/shared/product.md) | :heavy_check_mark: | N/A |
|
|
32
32
|
| `status` | [PlanStatus](../../models/shared/planstatus.md) | :heavy_check_mark: | N/A |
|
|
33
33
|
| `trialConfig` | [TrialConfig](../../models/shared/trialconfig.md) | :heavy_check_mark: | N/A |
|
|
@@ -17,19 +17,20 @@ This API does not have any side-effects or return any Orb resources.
|
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
19
|
import { Orb } from "orb-billing";
|
|
20
|
-
import { PingResponse } from "orb-billing/dist/sdk/models/operations";
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
21
|
+
(async() => {
|
|
22
|
+
const sdk = new Orb({
|
|
23
|
+
security: {
|
|
24
|
+
apiKeyAuth: "",
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
const res = await sdk.availability.ping();
|
|
27
29
|
|
|
28
|
-
sdk.availability.ping().then((res: PingResponse) => {
|
|
29
30
|
if (res.statusCode == 200) {
|
|
30
31
|
// handle response
|
|
31
32
|
}
|
|
32
|
-
});
|
|
33
|
+
})();
|
|
33
34
|
```
|
|
34
35
|
|
|
35
36
|
### Parameters
|
|
@@ -28,29 +28,30 @@ code can be reused for a different coupon.
|
|
|
28
28
|
|
|
29
29
|
```typescript
|
|
30
30
|
import { Orb } from "orb-billing";
|
|
31
|
-
import {
|
|
31
|
+
import { ArchiveCouponRequest } from "orb-billing/dist/sdk/models/operations";
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
33
|
+
(async() => {
|
|
34
|
+
const sdk = new Orb({
|
|
35
|
+
security: {
|
|
36
|
+
apiKeyAuth: "",
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
const couponId: string = "meek";
|
|
40
|
+
|
|
41
|
+
const res = await sdk.coupon.archive(couponId);
|
|
38
42
|
|
|
39
|
-
sdk.coupon.archive({
|
|
40
|
-
couponId: "system Israeli farad",
|
|
41
|
-
}).then((res: ArchiveCouponResponse) => {
|
|
42
43
|
if (res.statusCode == 200) {
|
|
43
44
|
// handle response
|
|
44
45
|
}
|
|
45
|
-
});
|
|
46
|
+
})();
|
|
46
47
|
```
|
|
47
48
|
|
|
48
49
|
### Parameters
|
|
49
50
|
|
|
50
|
-
| Parameter
|
|
51
|
-
|
|
|
52
|
-
| `
|
|
53
|
-
| `config`
|
|
51
|
+
| Parameter | Type | Required | Description |
|
|
52
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
53
|
+
| `couponId` | *string* | :heavy_check_mark: | N/A |
|
|
54
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
54
55
|
|
|
55
56
|
|
|
56
57
|
### Response
|
|
@@ -66,24 +67,24 @@ This endpoint allows the creation of coupons, which can then be redeemed at subs
|
|
|
66
67
|
|
|
67
68
|
```typescript
|
|
68
69
|
import { Orb } from "orb-billing";
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
const sdk = new Orb({
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
sdk.coupon.create({
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
70
|
+
|
|
71
|
+
(async() => {
|
|
72
|
+
const sdk = new Orb({
|
|
73
|
+
security: {
|
|
74
|
+
apiKeyAuth: "",
|
|
75
|
+
},
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
const res = await sdk.coupon.create({
|
|
79
|
+
discount: {},
|
|
80
|
+
durationInMonths: 12,
|
|
81
|
+
redemptionCode: "HALFOFF",
|
|
82
|
+
});
|
|
83
|
+
|
|
83
84
|
if (res.statusCode == 200) {
|
|
84
85
|
// handle response
|
|
85
86
|
}
|
|
86
|
-
});
|
|
87
|
+
})();
|
|
87
88
|
```
|
|
88
89
|
|
|
89
90
|
### Parameters
|
|
@@ -108,29 +109,30 @@ This endpoint retrieves a coupon by its ID. To fetch coupons by their redemption
|
|
|
108
109
|
|
|
109
110
|
```typescript
|
|
110
111
|
import { Orb } from "orb-billing";
|
|
111
|
-
import {
|
|
112
|
+
import { FetchCouponRequest } from "orb-billing/dist/sdk/models/operations";
|
|
113
|
+
|
|
114
|
+
(async() => {
|
|
115
|
+
const sdk = new Orb({
|
|
116
|
+
security: {
|
|
117
|
+
apiKeyAuth: "",
|
|
118
|
+
},
|
|
119
|
+
});
|
|
120
|
+
const couponId: string = "grateful";
|
|
112
121
|
|
|
113
|
-
const
|
|
114
|
-
security: {
|
|
115
|
-
apiKeyAuth: "",
|
|
116
|
-
},
|
|
117
|
-
});
|
|
122
|
+
const res = await sdk.coupon.fetch(couponId);
|
|
118
123
|
|
|
119
|
-
sdk.coupon.fetch({
|
|
120
|
-
couponId: "Total Honda Southeast",
|
|
121
|
-
}).then((res: FetchCouponResponse) => {
|
|
122
124
|
if (res.statusCode == 200) {
|
|
123
125
|
// handle response
|
|
124
126
|
}
|
|
125
|
-
});
|
|
127
|
+
})();
|
|
126
128
|
```
|
|
127
129
|
|
|
128
130
|
### Parameters
|
|
129
131
|
|
|
130
|
-
| Parameter
|
|
131
|
-
|
|
|
132
|
-
| `
|
|
133
|
-
| `config`
|
|
132
|
+
| Parameter | Type | Required | Description |
|
|
133
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
134
|
+
| `couponId` | *string* | :heavy_check_mark: | N/A |
|
|
135
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
134
136
|
|
|
135
137
|
|
|
136
138
|
### Response
|
|
@@ -150,32 +152,36 @@ about pagination can be found in the Pagination-metadata schema.
|
|
|
150
152
|
|
|
151
153
|
```typescript
|
|
152
154
|
import { Orb } from "orb-billing";
|
|
153
|
-
import {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
155
|
+
import { ListCouponsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
156
|
+
|
|
157
|
+
(async() => {
|
|
158
|
+
const sdk = new Orb({
|
|
159
|
+
security: {
|
|
160
|
+
apiKeyAuth: "",
|
|
161
|
+
},
|
|
162
|
+
});
|
|
163
|
+
const cursor: string = "Bicycle";
|
|
164
|
+
const limit: number = 257649;
|
|
165
|
+
const redemptionCode: string = "Product";
|
|
166
|
+
const showArchived: boolean = false;
|
|
167
|
+
|
|
168
|
+
const res = await sdk.coupon.list(cursor, limit, redemptionCode, showArchived);
|
|
169
|
+
|
|
167
170
|
if (res.statusCode == 200) {
|
|
168
171
|
// handle response
|
|
169
172
|
}
|
|
170
|
-
});
|
|
173
|
+
})();
|
|
171
174
|
```
|
|
172
175
|
|
|
173
176
|
### Parameters
|
|
174
177
|
|
|
175
|
-
| Parameter
|
|
176
|
-
|
|
|
177
|
-
| `
|
|
178
|
-
| `
|
|
178
|
+
| Parameter | Type | Required | Description |
|
|
179
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
180
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
181
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
182
|
+
| `redemptionCode` | *string* | :heavy_minus_sign: | N/A |
|
|
183
|
+
| `showArchived` | *boolean* | :heavy_minus_sign: | N/A |
|
|
184
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
179
185
|
|
|
180
186
|
|
|
181
187
|
### Response
|
|
@@ -193,31 +199,34 @@ discussion of the subscription resource, see [Subscription](../guides/concepts#s
|
|
|
193
199
|
|
|
194
200
|
```typescript
|
|
195
201
|
import { Orb } from "orb-billing";
|
|
196
|
-
import {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
202
|
+
import { ListCouponSubscriptionsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
203
|
+
|
|
204
|
+
(async() => {
|
|
205
|
+
const sdk = new Orb({
|
|
206
|
+
security: {
|
|
207
|
+
apiKeyAuth: "",
|
|
208
|
+
},
|
|
209
|
+
});
|
|
210
|
+
const couponId: string = "Potassium";
|
|
211
|
+
const cursor: string = "Neptunium";
|
|
212
|
+
const limit: number = 166597;
|
|
213
|
+
|
|
214
|
+
const res = await sdk.coupon.listSubscriptions(couponId, cursor, limit);
|
|
215
|
+
|
|
209
216
|
if (res.statusCode == 200) {
|
|
210
217
|
// handle response
|
|
211
218
|
}
|
|
212
|
-
});
|
|
219
|
+
})();
|
|
213
220
|
```
|
|
214
221
|
|
|
215
222
|
### Parameters
|
|
216
223
|
|
|
217
|
-
| Parameter
|
|
218
|
-
|
|
|
219
|
-
| `
|
|
220
|
-
| `
|
|
224
|
+
| Parameter | Type | Required | Description |
|
|
225
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
226
|
+
| `couponId` | *string* | :heavy_check_mark: | N/A |
|
|
227
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
228
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
229
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
221
230
|
|
|
222
231
|
|
|
223
232
|
### Response
|