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
|
@@ -16,50 +16,126 @@ The [Credit Ledger Entry resource](/guides/product-catalog/prepurchase) models p
|
|
|
16
16
|
|
|
17
17
|
## addByExternalId
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
This endpoint allows you to create a new ledger entry for a specified customer's balance. This can be used to
|
|
20
|
+
increment balance, deduct credits, and change the expiry date of existing credits.
|
|
21
|
+
|
|
22
|
+
## Effects of adding a ledger entry
|
|
23
|
+
1. After calling this endpoint, [Fetch Credit Balance](fetch-customer-credits) will return a credit block that
|
|
24
|
+
represents the changes (i.e. balance changes or transfers).
|
|
25
|
+
2. A ledger entry will be added to the credits ledger for this customer, and therefore returned in the
|
|
26
|
+
[View Credits Ledger](fetch-customer-credits) response as well as serialized in the response to this request. In
|
|
27
|
+
the case of deductions without a specified block, multiple ledger entries may be created if the deduction spans
|
|
28
|
+
credit blocks.
|
|
29
|
+
3. If `invoice_settings` is specified, an invoice will be created that reflects the cost of the credits (based on
|
|
30
|
+
`amount` and `per_unit_cost_basis`).
|
|
31
|
+
|
|
32
|
+
## Adding credits
|
|
33
|
+
Adding credits is done by creating an entry of type `increment`. This requires the caller to specify a number of
|
|
34
|
+
credits as well as an optional expiry date in `YYYY-MM-DD` format. Orb also recommends specifying a description
|
|
35
|
+
to assist with auditing. When adding credits, the caller can also specify a cost basis per-credit, to indicate
|
|
36
|
+
how much in USD a customer paid for a single credit in a block. This can later be used for revenue recognition.
|
|
37
|
+
|
|
38
|
+
The following snippet illustrates a sample request body to increment credits which will expire in January of 2022.
|
|
39
|
+
|
|
40
|
+
```json
|
|
41
|
+
{
|
|
42
|
+
"entry_type": "increment",
|
|
43
|
+
"amount": 100,
|
|
44
|
+
"expiry_date": "2022-12-28",
|
|
45
|
+
"per_unit_cost_basis": "0.20",
|
|
46
|
+
"description": "Purchased 100 credits"
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Note that by default, Orb will always first increment any _negative_ balance in existing blocks before adding the
|
|
51
|
+
remaining amount to the desired credit block.
|
|
52
|
+
|
|
53
|
+
### Invoicing for credits
|
|
54
|
+
By default, Orb manipulates the credit ledger but does not charge for credits. However, if you pass
|
|
55
|
+
`invoice_settings` in the body of this request, Orb will also generate a one-off invoice for the customer for the
|
|
56
|
+
credits pre-purchase. Note that you _must_ provide the `per_unit_cost_basis`, since the total charges on the
|
|
57
|
+
invoice are calculated by multiplying the cost basis with the number of credit units added.
|
|
58
|
+
|
|
59
|
+
## Deducting Credits
|
|
60
|
+
Orb allows you to deduct credits from a customer by creating an entry of type `decrement`. Orb matches the
|
|
61
|
+
algorithm for automatic deductions for determining which credit blocks to decrement from. In the case that the
|
|
62
|
+
deduction leads to multiple ledger entries, the response from this endpoint will be the final deduction. Orb also
|
|
63
|
+
optionally allows specifying a description to assist with auditing.
|
|
64
|
+
|
|
65
|
+
The following snippet illustrates a sample request body to decrement credits.
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"entry_type": "decrement",
|
|
70
|
+
"amount": 20,
|
|
71
|
+
"description": "Removing excess credits"
|
|
72
|
+
}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Changing credits expiry
|
|
76
|
+
If you'd like to change when existing credits expire, you should create a ledger entry of type `expiration_change`.
|
|
77
|
+
For this entry, the required parameter `expiry_date` identifies the _originating_ block, and the required parameter
|
|
78
|
+
`target_expiry_date` identifies when the transferred credits should now expire. A new credit block will be created
|
|
79
|
+
with expiry date `target_expiry_date`, with the same cost basis data as the original credit block, if present.
|
|
80
|
+
|
|
81
|
+
Note that the balance of the block with the given `expiry_date` must be at least equal to the desired transfer
|
|
82
|
+
amount determined by the `amount` parameter.
|
|
83
|
+
|
|
84
|
+
The following snippet illustrates a sample request body to extend the expiration date of credits by one year:
|
|
85
|
+
|
|
86
|
+
```json
|
|
87
|
+
{
|
|
88
|
+
"entry_type": "expiration_change",
|
|
89
|
+
"amount": 10,
|
|
90
|
+
"expiry_date": "2022-12-28",
|
|
91
|
+
"block_id": "UiUhFWeLHPrBY4Ad",
|
|
92
|
+
"target_expiry_date": "2023-12-28",
|
|
93
|
+
"description": "Extending credit validity"
|
|
94
|
+
}
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Voiding credits
|
|
98
|
+
|
|
99
|
+
If you'd like to void a credit block, create a ledger entry of type `void`. For this entry, `block_id` is required
|
|
100
|
+
to identify the block, and `amount` indicates how many credits to void, up to the block's initial balance. Pass
|
|
101
|
+
in a `void_reason` of `refund` if the void is due to a refund.
|
|
102
|
+
|
|
103
|
+
## Amendment
|
|
104
|
+
|
|
105
|
+
If you'd like to undo a decrement on a credit block, create a ledger entry of type `amendment`. For this entry, `block_id`
|
|
106
|
+
is required to identify the block that was originally decremented from, and `amount` indicates how many credits to return
|
|
107
|
+
to the customer, up to the block's initial balance.
|
|
20
108
|
|
|
21
109
|
### Example Usage
|
|
22
110
|
|
|
23
111
|
```typescript
|
|
24
112
|
import { Orb } from "orb-billing";
|
|
25
|
-
import {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
},
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
sdk.credit.addByExternalId({
|
|
42
|
-
requestBody: {
|
|
43
|
-
blockId: "navigate Southwest Silver",
|
|
44
|
-
description: "Fully-configurable object-oriented projection",
|
|
45
|
-
entryType: AddVoidCreditLedgerEntryRequestParamsEntryType.Void,
|
|
46
|
-
metadata: {},
|
|
47
|
-
voidReason: AddVoidCreditLedgerEntryRequestParamsVoidReason.Refund,
|
|
48
|
-
},
|
|
49
|
-
externalCustomerId: "misspend Rubidium",
|
|
50
|
-
}).then((res: CreateLedgerEntryExternalIdResponse) => {
|
|
113
|
+
import { CreateLedgerEntryExternalIdRequest } from "orb-billing/dist/sdk/models/operations";
|
|
114
|
+
|
|
115
|
+
(async() => {
|
|
116
|
+
const sdk = new Orb({
|
|
117
|
+
security: {
|
|
118
|
+
apiKeyAuth: "",
|
|
119
|
+
},
|
|
120
|
+
});
|
|
121
|
+
const externalCustomerId: string = "walnut";
|
|
122
|
+
const requestBody: any = "navigate";
|
|
123
|
+
|
|
124
|
+
const res = await sdk.credit.addByExternalId(externalCustomerId, requestBody);
|
|
125
|
+
|
|
51
126
|
if (res.statusCode == 200) {
|
|
52
127
|
// handle response
|
|
53
128
|
}
|
|
54
|
-
});
|
|
129
|
+
})();
|
|
55
130
|
```
|
|
56
131
|
|
|
57
132
|
### Parameters
|
|
58
133
|
|
|
59
|
-
| Parameter
|
|
60
|
-
|
|
|
61
|
-
| `
|
|
62
|
-
| `
|
|
134
|
+
| Parameter | Type | Required | Description |
|
|
135
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
136
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
137
|
+
| `requestBody` | *any* | :heavy_minus_sign: | N/A |
|
|
138
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
63
139
|
|
|
64
140
|
|
|
65
141
|
### Response
|
|
@@ -69,49 +145,126 @@ sdk.credit.addByExternalId({
|
|
|
69
145
|
|
|
70
146
|
## create
|
|
71
147
|
|
|
72
|
-
|
|
148
|
+
This endpoint allows you to create a new ledger entry for a specified customer's balance. This can be used to
|
|
149
|
+
increment balance, deduct credits, and change the expiry date of existing credits.
|
|
150
|
+
|
|
151
|
+
## Effects of adding a ledger entry
|
|
152
|
+
1. After calling this endpoint, [Fetch Credit Balance](fetch-customer-credits) will return a credit block that
|
|
153
|
+
represents the changes (i.e. balance changes or transfers).
|
|
154
|
+
2. A ledger entry will be added to the credits ledger for this customer, and therefore returned in the
|
|
155
|
+
[View Credits Ledger](fetch-customer-credits) response as well as serialized in the response to this request. In
|
|
156
|
+
the case of deductions without a specified block, multiple ledger entries may be created if the deduction spans
|
|
157
|
+
credit blocks.
|
|
158
|
+
3. If `invoice_settings` is specified, an invoice will be created that reflects the cost of the credits (based on
|
|
159
|
+
`amount` and `per_unit_cost_basis`).
|
|
160
|
+
|
|
161
|
+
## Adding credits
|
|
162
|
+
Adding credits is done by creating an entry of type `increment`. This requires the caller to specify a number of
|
|
163
|
+
credits as well as an optional expiry date in `YYYY-MM-DD` format. Orb also recommends specifying a description
|
|
164
|
+
to assist with auditing. When adding credits, the caller can also specify a cost basis per-credit, to indicate
|
|
165
|
+
how much in USD a customer paid for a single credit in a block. This can later be used for revenue recognition.
|
|
166
|
+
|
|
167
|
+
The following snippet illustrates a sample request body to increment credits which will expire in January of 2022.
|
|
168
|
+
|
|
169
|
+
```json
|
|
170
|
+
{
|
|
171
|
+
"entry_type": "increment",
|
|
172
|
+
"amount": 100,
|
|
173
|
+
"expiry_date": "2022-12-28",
|
|
174
|
+
"per_unit_cost_basis": "0.20",
|
|
175
|
+
"description": "Purchased 100 credits"
|
|
176
|
+
}
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
Note that by default, Orb will always first increment any _negative_ balance in existing blocks before adding the
|
|
180
|
+
remaining amount to the desired credit block.
|
|
181
|
+
|
|
182
|
+
### Invoicing for credits
|
|
183
|
+
By default, Orb manipulates the credit ledger but does not charge for credits. However, if you pass
|
|
184
|
+
`invoice_settings` in the body of this request, Orb will also generate a one-off invoice for the customer for the
|
|
185
|
+
credits pre-purchase. Note that you _must_ provide the `per_unit_cost_basis`, since the total charges on the
|
|
186
|
+
invoice are calculated by multiplying the cost basis with the number of credit units added.
|
|
187
|
+
|
|
188
|
+
## Deducting Credits
|
|
189
|
+
Orb allows you to deduct credits from a customer by creating an entry of type `decrement`. Orb matches the
|
|
190
|
+
algorithm for automatic deductions for determining which credit blocks to decrement from. In the case that the
|
|
191
|
+
deduction leads to multiple ledger entries, the response from this endpoint will be the final deduction. Orb also
|
|
192
|
+
optionally allows specifying a description to assist with auditing.
|
|
193
|
+
|
|
194
|
+
The following snippet illustrates a sample request body to decrement credits.
|
|
195
|
+
|
|
196
|
+
```json
|
|
197
|
+
{
|
|
198
|
+
"entry_type": "decrement",
|
|
199
|
+
"amount": 20,
|
|
200
|
+
"description": "Removing excess credits"
|
|
201
|
+
}
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
## Changing credits expiry
|
|
205
|
+
If you'd like to change when existing credits expire, you should create a ledger entry of type `expiration_change`.
|
|
206
|
+
For this entry, the required parameter `expiry_date` identifies the _originating_ block, and the required parameter
|
|
207
|
+
`target_expiry_date` identifies when the transferred credits should now expire. A new credit block will be created
|
|
208
|
+
with expiry date `target_expiry_date`, with the same cost basis data as the original credit block, if present.
|
|
209
|
+
|
|
210
|
+
Note that the balance of the block with the given `expiry_date` must be at least equal to the desired transfer
|
|
211
|
+
amount determined by the `amount` parameter.
|
|
212
|
+
|
|
213
|
+
The following snippet illustrates a sample request body to extend the expiration date of credits by one year:
|
|
214
|
+
|
|
215
|
+
```json
|
|
216
|
+
{
|
|
217
|
+
"entry_type": "expiration_change",
|
|
218
|
+
"amount": 10,
|
|
219
|
+
"expiry_date": "2022-12-28",
|
|
220
|
+
"block_id": "UiUhFWeLHPrBY4Ad",
|
|
221
|
+
"target_expiry_date": "2023-12-28",
|
|
222
|
+
"description": "Extending credit validity"
|
|
223
|
+
}
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
## Voiding credits
|
|
227
|
+
|
|
228
|
+
If you'd like to void a credit block, create a ledger entry of type `void`. For this entry, `block_id` is required
|
|
229
|
+
to identify the block, and `amount` indicates how many credits to void, up to the block's initial balance. Pass
|
|
230
|
+
in a `void_reason` of `refund` if the void is due to a refund.
|
|
231
|
+
|
|
232
|
+
## Amendment
|
|
233
|
+
|
|
234
|
+
If you'd like to undo a decrement on a credit block, create a ledger entry of type `amendment`. For this entry, `block_id`
|
|
235
|
+
is required to identify the block that was originally decremented from, and `amount` indicates how many credits to return
|
|
236
|
+
to the customer, up to the block's initial balance.
|
|
73
237
|
|
|
74
238
|
### Example Usage
|
|
75
239
|
|
|
76
240
|
```typescript
|
|
77
241
|
import { Orb } from "orb-billing";
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
},
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
sdk.credit.create({
|
|
95
|
-
requestBody: {
|
|
96
|
-
amount: 6384.24,
|
|
97
|
-
description: "Synchronised full-range emulation",
|
|
98
|
-
entryType: AddDecrementCreditLedgerEntryRequestParamsEntryType.Decrement,
|
|
99
|
-
metadata: {},
|
|
100
|
-
},
|
|
101
|
-
customerId: "blue",
|
|
102
|
-
}).then((res: CreateLedgerEntryResponse) => {
|
|
242
|
+
import { CreateLedgerEntryRequest } from "orb-billing/dist/sdk/models/operations";
|
|
243
|
+
|
|
244
|
+
(async() => {
|
|
245
|
+
const sdk = new Orb({
|
|
246
|
+
security: {
|
|
247
|
+
apiKeyAuth: "",
|
|
248
|
+
},
|
|
249
|
+
});
|
|
250
|
+
const customerId: string = "online";
|
|
251
|
+
const requestBody: any = "Configuration";
|
|
252
|
+
|
|
253
|
+
const res = await sdk.credit.create(customerId, requestBody);
|
|
254
|
+
|
|
103
255
|
if (res.statusCode == 200) {
|
|
104
256
|
// handle response
|
|
105
257
|
}
|
|
106
|
-
});
|
|
258
|
+
})();
|
|
107
259
|
```
|
|
108
260
|
|
|
109
261
|
### Parameters
|
|
110
262
|
|
|
111
|
-
| Parameter
|
|
112
|
-
|
|
|
113
|
-
| `
|
|
114
|
-
| `
|
|
263
|
+
| Parameter | Type | Required | Description |
|
|
264
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
265
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
266
|
+
| `requestBody` | *any* | :heavy_minus_sign: | N/A |
|
|
267
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
115
268
|
|
|
116
269
|
|
|
117
270
|
### Response
|
|
@@ -127,31 +280,34 @@ Returns a paginated list of unexpired, non-zero credit blocks for a customer.
|
|
|
127
280
|
|
|
128
281
|
```typescript
|
|
129
282
|
import { Orb } from "orb-billing";
|
|
130
|
-
import {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
283
|
+
import { FetchCustomerCreditsRequest } from "orb-billing/dist/sdk/models/operations";
|
|
284
|
+
|
|
285
|
+
(async() => {
|
|
286
|
+
const sdk = new Orb({
|
|
287
|
+
security: {
|
|
288
|
+
apiKeyAuth: "",
|
|
289
|
+
},
|
|
290
|
+
});
|
|
291
|
+
const customerId: string = "dynamic";
|
|
292
|
+
const cursor: string = "tan";
|
|
293
|
+
const limit: number = 641912;
|
|
294
|
+
|
|
295
|
+
const res = await sdk.credit.fetchBalance(customerId, cursor, limit);
|
|
296
|
+
|
|
143
297
|
if (res.statusCode == 200) {
|
|
144
298
|
// handle response
|
|
145
299
|
}
|
|
146
|
-
});
|
|
300
|
+
})();
|
|
147
301
|
```
|
|
148
302
|
|
|
149
303
|
### Parameters
|
|
150
304
|
|
|
151
|
-
| Parameter
|
|
152
|
-
|
|
|
153
|
-
| `
|
|
154
|
-
| `
|
|
305
|
+
| Parameter | Type | Required | Description |
|
|
306
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
307
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
308
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
309
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
310
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
155
311
|
|
|
156
312
|
|
|
157
313
|
### Response
|
|
@@ -167,31 +323,34 @@ Returns a paginated list of unexpired, non-zero credit blocks for a customer.
|
|
|
167
323
|
|
|
168
324
|
```typescript
|
|
169
325
|
import { Orb } from "orb-billing";
|
|
170
|
-
import {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
326
|
+
import { FetchCustomerCreditsExternalIdRequest } from "orb-billing/dist/sdk/models/operations";
|
|
327
|
+
|
|
328
|
+
(async() => {
|
|
329
|
+
const sdk = new Orb({
|
|
330
|
+
security: {
|
|
331
|
+
apiKeyAuth: "",
|
|
332
|
+
},
|
|
333
|
+
});
|
|
334
|
+
const externalCustomerId: string = "while";
|
|
335
|
+
const cursor: string = "Hop";
|
|
336
|
+
const limit: number = 874650;
|
|
337
|
+
|
|
338
|
+
const res = await sdk.credit.fetchBalanceByExternalId(externalCustomerId, cursor, limit);
|
|
339
|
+
|
|
183
340
|
if (res.statusCode == 200) {
|
|
184
341
|
// handle response
|
|
185
342
|
}
|
|
186
|
-
});
|
|
343
|
+
})();
|
|
187
344
|
```
|
|
188
345
|
|
|
189
346
|
### Parameters
|
|
190
347
|
|
|
191
|
-
| Parameter
|
|
192
|
-
|
|
|
193
|
-
| `
|
|
194
|
-
| `
|
|
348
|
+
| Parameter | Type | Required | Description |
|
|
349
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
350
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
351
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
352
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
353
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
195
354
|
|
|
196
355
|
|
|
197
356
|
### Response
|
|
@@ -270,32 +429,23 @@ import { Orb } from "orb-billing";
|
|
|
270
429
|
import {
|
|
271
430
|
FetchCustomerCreditsLedgerEntryStatusEntryStatus,
|
|
272
431
|
FetchCustomerCreditsLedgerEntryTypeEntryType,
|
|
273
|
-
FetchCustomerCreditsLedgerResponse,
|
|
274
432
|
} from "orb-billing/dist/sdk/models/operations";
|
|
275
433
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
currency: "Guarani",
|
|
288
|
-
cursor: "District",
|
|
289
|
-
customerId: "along hertz",
|
|
290
|
-
entryStatus: FetchCustomerCreditsLedgerEntryStatusEntryStatus.Committed,
|
|
291
|
-
entryType: FetchCustomerCreditsLedgerEntryTypeEntryType.CreditBlockExpiry,
|
|
292
|
-
limit: 267714,
|
|
293
|
-
minimumAmount: "ADP",
|
|
294
|
-
}).then((res: FetchCustomerCreditsLedgerResponse) => {
|
|
434
|
+
(async() => {
|
|
435
|
+
const sdk = new Orb({
|
|
436
|
+
security: {
|
|
437
|
+
apiKeyAuth: "",
|
|
438
|
+
},
|
|
439
|
+
});
|
|
440
|
+
|
|
441
|
+
const res = await sdk.credit.fetchLedger({
|
|
442
|
+
customerId: "Kenya",
|
|
443
|
+
});
|
|
444
|
+
|
|
295
445
|
if (res.statusCode == 200) {
|
|
296
446
|
// handle response
|
|
297
447
|
}
|
|
298
|
-
});
|
|
448
|
+
})();
|
|
299
449
|
```
|
|
300
450
|
|
|
301
451
|
### Parameters
|
|
@@ -382,32 +532,23 @@ import { Orb } from "orb-billing";
|
|
|
382
532
|
import {
|
|
383
533
|
FetchCustomerCreditsLedgerExternalIdEntryStatusEntryStatus,
|
|
384
534
|
FetchCustomerCreditsLedgerExternalIdEntryTypeEntryType,
|
|
385
|
-
FetchCustomerCreditsLedgerExternalIdResponse,
|
|
386
535
|
} from "orb-billing/dist/sdk/models/operations";
|
|
387
536
|
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
currency: "Pound Sterling",
|
|
400
|
-
cursor: "OCR back",
|
|
401
|
-
entryStatus: FetchCustomerCreditsLedgerExternalIdEntryStatusEntryStatus.Pending,
|
|
402
|
-
entryType: FetchCustomerCreditsLedgerExternalIdEntryTypeEntryType.ExpirationChange,
|
|
403
|
-
externalCustomerId: "Account",
|
|
404
|
-
limit: 672484,
|
|
405
|
-
minimumAmount: "Account Assimilated transition",
|
|
406
|
-
}).then((res: FetchCustomerCreditsLedgerExternalIdResponse) => {
|
|
537
|
+
(async() => {
|
|
538
|
+
const sdk = new Orb({
|
|
539
|
+
security: {
|
|
540
|
+
apiKeyAuth: "",
|
|
541
|
+
},
|
|
542
|
+
});
|
|
543
|
+
|
|
544
|
+
const res = await sdk.credit.fetchLedgerByExternalId({
|
|
545
|
+
externalCustomerId: "Cotton",
|
|
546
|
+
});
|
|
547
|
+
|
|
407
548
|
if (res.statusCode == 200) {
|
|
408
549
|
// handle response
|
|
409
550
|
}
|
|
410
|
-
});
|
|
551
|
+
})();
|
|
411
552
|
```
|
|
412
553
|
|
|
413
554
|
### Parameters
|
|
@@ -19,29 +19,30 @@ This endpoint is used to fetch a single [`Credit Note`](../guides/invoicing/cred
|
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
21
|
import { Orb } from "orb-billing";
|
|
22
|
-
import {
|
|
22
|
+
import { FetchCreditNoteRequest } from "orb-billing/dist/sdk/models/operations";
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
24
|
+
(async() => {
|
|
25
|
+
const sdk = new Orb({
|
|
26
|
+
security: {
|
|
27
|
+
apiKeyAuth: "",
|
|
28
|
+
},
|
|
29
|
+
});
|
|
30
|
+
const creditNoteId: string = "grateful";
|
|
31
|
+
|
|
32
|
+
const res = await sdk.creditNote.fetch(creditNoteId);
|
|
29
33
|
|
|
30
|
-
sdk.creditNote.fetch({
|
|
31
|
-
creditNoteId: "Total Honda Southeast",
|
|
32
|
-
}).then((res: FetchCreditNoteResponse) => {
|
|
33
34
|
if (res.statusCode == 200) {
|
|
34
35
|
// handle response
|
|
35
36
|
}
|
|
36
|
-
});
|
|
37
|
+
})();
|
|
37
38
|
```
|
|
38
39
|
|
|
39
40
|
### Parameters
|
|
40
41
|
|
|
41
|
-
| Parameter
|
|
42
|
-
|
|
|
43
|
-
| `
|
|
44
|
-
| `config`
|
|
42
|
+
| Parameter | Type | Required | Description |
|
|
43
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
44
|
+
| `creditNoteId` | *string* | :heavy_check_mark: | N/A |
|
|
45
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
### Response
|
|
@@ -59,30 +60,32 @@ in reverse chronological order by `creation_time`.
|
|
|
59
60
|
|
|
60
61
|
```typescript
|
|
61
62
|
import { Orb } from "orb-billing";
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
63
|
+
import { ListCreditNotesRequest } from "orb-billing/dist/sdk/models/operations";
|
|
64
|
+
|
|
65
|
+
(async() => {
|
|
66
|
+
const sdk = new Orb({
|
|
67
|
+
security: {
|
|
68
|
+
apiKeyAuth: "",
|
|
69
|
+
},
|
|
70
|
+
});
|
|
71
|
+
const cursor: string = "Bicycle";
|
|
72
|
+
const limit: number = 257649;
|
|
73
|
+
|
|
74
|
+
const res = await sdk.creditNote.list(cursor, limit);
|
|
75
|
+
|
|
74
76
|
if (res.statusCode == 200) {
|
|
75
77
|
// handle response
|
|
76
78
|
}
|
|
77
|
-
});
|
|
79
|
+
})();
|
|
78
80
|
```
|
|
79
81
|
|
|
80
82
|
### Parameters
|
|
81
83
|
|
|
82
|
-
| Parameter
|
|
83
|
-
|
|
|
84
|
-
| `
|
|
85
|
-
| `
|
|
84
|
+
| Parameter | Type | Required | Description |
|
|
85
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
86
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
87
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
88
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
86
89
|
|
|
87
90
|
|
|
88
91
|
### Response
|