orb-billing 1.19.5 → 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/sdk/coupon.d.ts +4 -4
- package/dist/sdk/coupon.js +25 -20
- package/dist/sdk/credit.d.ts +4 -4
- package/dist/sdk/credit.js +26 -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/editpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/editpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/index.d.ts +0 -103
- package/dist/sdk/models/shared/index.js +0 -103
- package/dist/sdk/models/shared/invoicelineitemparams.d.ts +1 -2
- package/dist/sdk/models/shared/invoicelineitemparams.js +1 -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/plan.d.ts +1 -3
- package/dist/sdk/models/shared/plan.js +2 -11
- 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 +104 -144
- 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/addamendmentcreditledgerentryrequestparams.d.ts +0 -28
- package/dist/sdk/models/shared/addamendmentcreditledgerentryrequestparams.js +0 -81
- 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 -102
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.d.ts +0 -42
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.js +0 -109
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.d.ts +0 -38
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.js +0 -93
- 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/addamendmentcreditledgerentryrequestparams.md +0 -12
- package/docs/models/shared/addamendmentcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addamendmentcreditledgerentryrequestparamsmetadata.md +0 -9
- 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 -13
- 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
|
@@ -117,38 +117,41 @@ In order to overwrite timeframes with a very large number of events, we suggest
|
|
|
117
117
|
|
|
118
118
|
```typescript
|
|
119
119
|
import { Orb } from "orb-billing";
|
|
120
|
-
import {
|
|
120
|
+
import { AmendUsageRequest } from "orb-billing/dist/sdk/models/operations";
|
|
121
|
+
import { UpdateEvent, UpdateEventProperties } from "orb-billing/dist/sdk/models/shared";
|
|
122
|
+
|
|
123
|
+
(async() => {
|
|
124
|
+
const sdk = new Orb({
|
|
125
|
+
security: {
|
|
126
|
+
apiKeyAuth: "",
|
|
127
|
+
},
|
|
128
|
+
});
|
|
129
|
+
const customerId: string = "Steel";
|
|
130
|
+
const updateEvent: UpdateEvent = {
|
|
131
|
+
eventName: "channels",
|
|
132
|
+
properties: {},
|
|
133
|
+
timestamp: new Date("2020-12-09T16:09:53Z"),
|
|
134
|
+
};
|
|
135
|
+
const timeframeEnd: Date = new Date("2022-10-24T01:13:02.226Z");
|
|
136
|
+
const timeframeStart: Date = new Date("2022-08-07T07:39:12.946Z");
|
|
137
|
+
|
|
138
|
+
const res = await sdk.customer.amend(customerId, updateEvent, timeframeEnd, timeframeStart);
|
|
121
139
|
|
|
122
|
-
const sdk = new Orb({
|
|
123
|
-
security: {
|
|
124
|
-
apiKeyAuth: "",
|
|
125
|
-
},
|
|
126
|
-
});
|
|
127
|
-
|
|
128
|
-
sdk.customer.amend({
|
|
129
|
-
updateEvent: {
|
|
130
|
-
customerId: "driver",
|
|
131
|
-
eventName: "bypass",
|
|
132
|
-
externalCustomerId: "Kids",
|
|
133
|
-
properties: {},
|
|
134
|
-
timestamp: new Date("2020-12-09T16:09:53Z"),
|
|
135
|
-
},
|
|
136
|
-
customerId: "previous enchanting",
|
|
137
|
-
timeframeEnd: new Date("2021-03-06T03:20:54.516Z"),
|
|
138
|
-
timeframeStart: new Date("2022-10-30T03:17:34.038Z"),
|
|
139
|
-
}).then((res: AmendUsageResponse) => {
|
|
140
140
|
if (res.statusCode == 200) {
|
|
141
141
|
// handle response
|
|
142
142
|
}
|
|
143
|
-
});
|
|
143
|
+
})();
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
### Parameters
|
|
147
147
|
|
|
148
|
-
| Parameter
|
|
149
|
-
|
|
|
150
|
-
| `
|
|
151
|
-
| `
|
|
148
|
+
| Parameter | Type | Required | Description |
|
|
149
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
150
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
151
|
+
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
152
|
+
| `timeframeEnd` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
153
|
+
| `timeframeStart` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
154
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
152
155
|
|
|
153
156
|
|
|
154
157
|
### Response
|
|
@@ -239,38 +242,41 @@ In order to overwrite timeframes with a very large number of events, we suggest
|
|
|
239
242
|
|
|
240
243
|
```typescript
|
|
241
244
|
import { Orb } from "orb-billing";
|
|
242
|
-
import {
|
|
245
|
+
import { AmendUsageExternalCustomerIdRequest } from "orb-billing/dist/sdk/models/operations";
|
|
246
|
+
import { UpdateEvent, UpdateEventProperties } from "orb-billing/dist/sdk/models/shared";
|
|
247
|
+
|
|
248
|
+
(async() => {
|
|
249
|
+
const sdk = new Orb({
|
|
250
|
+
security: {
|
|
251
|
+
apiKeyAuth: "",
|
|
252
|
+
},
|
|
253
|
+
});
|
|
254
|
+
const externalCustomerId: string = "Awesome";
|
|
255
|
+
const updateEvent: UpdateEvent = {
|
|
256
|
+
eventName: "Assurance Highway Gloves",
|
|
257
|
+
properties: {},
|
|
258
|
+
timestamp: new Date("2020-12-09T16:09:53Z"),
|
|
259
|
+
};
|
|
260
|
+
const timeframeEnd: Date = new Date("2022-11-04T12:23:37.450Z");
|
|
261
|
+
const timeframeStart: Date = new Date("2021-02-05T19:10:39.767Z");
|
|
262
|
+
|
|
263
|
+
const res = await sdk.customer.amendByExternalId(externalCustomerId, updateEvent, timeframeEnd, timeframeStart);
|
|
243
264
|
|
|
244
|
-
const sdk = new Orb({
|
|
245
|
-
security: {
|
|
246
|
-
apiKeyAuth: "",
|
|
247
|
-
},
|
|
248
|
-
});
|
|
249
|
-
|
|
250
|
-
sdk.customer.amendByExternalId({
|
|
251
|
-
updateEvent: {
|
|
252
|
-
customerId: "woman",
|
|
253
|
-
eventName: "Orchestrator",
|
|
254
|
-
externalCustomerId: "Highway Gloves Androgynous",
|
|
255
|
-
properties: {},
|
|
256
|
-
timestamp: new Date("2020-12-09T16:09:53Z"),
|
|
257
|
-
},
|
|
258
|
-
externalCustomerId: "Hatchback Gloves powerless",
|
|
259
|
-
timeframeEnd: new Date("2021-05-18T15:51:03.859Z"),
|
|
260
|
-
timeframeStart: new Date("2022-10-03T18:15:53.258Z"),
|
|
261
|
-
}).then((res: AmendUsageExternalCustomerIdResponse) => {
|
|
262
265
|
if (res.statusCode == 200) {
|
|
263
266
|
// handle response
|
|
264
267
|
}
|
|
265
|
-
});
|
|
268
|
+
})();
|
|
266
269
|
```
|
|
267
270
|
|
|
268
271
|
### Parameters
|
|
269
272
|
|
|
270
|
-
| Parameter
|
|
271
|
-
|
|
|
272
|
-
| `
|
|
273
|
-
| `
|
|
273
|
+
| Parameter | Type | Required | Description |
|
|
274
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
275
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
276
|
+
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
277
|
+
| `timeframeEnd` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
278
|
+
| `timeframeStart` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
279
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
274
280
|
|
|
275
281
|
|
|
276
282
|
### Response
|
|
@@ -295,67 +301,46 @@ This endpoint is critical in the following Orb functionality:
|
|
|
295
301
|
|
|
296
302
|
```typescript
|
|
297
303
|
import { Orb } from "orb-billing";
|
|
298
|
-
import { CreateCustomerResponse } from "orb-billing/dist/sdk/models/operations";
|
|
299
304
|
import { NewCustomerPaymentProvider } from "orb-billing/dist/sdk/models/shared";
|
|
300
305
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
+
(async() => {
|
|
307
|
+
const sdk = new Orb({
|
|
308
|
+
security: {
|
|
309
|
+
apiKeyAuth: "",
|
|
310
|
+
},
|
|
311
|
+
});
|
|
306
312
|
|
|
307
|
-
sdk.customer.create({
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
313
|
+
const res = await sdk.customer.create({
|
|
314
|
+
accountingSyncConfiguration: {
|
|
315
|
+
accountingProviders: [
|
|
316
|
+
{
|
|
317
|
+
externalProviderId: "bluetooth Extended",
|
|
318
|
+
providerType: "blue",
|
|
319
|
+
},
|
|
320
|
+
],
|
|
321
|
+
},
|
|
322
|
+
additionalEmails: [
|
|
323
|
+
"shred",
|
|
314
324
|
],
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
email: "Enoch41@hotmail.com",
|
|
331
|
-
emailDelivery: false,
|
|
332
|
-
externalCustomerId: "Metal",
|
|
333
|
-
metadata: {},
|
|
334
|
-
name: "Direct metrics",
|
|
335
|
-
paymentProvider: NewCustomerPaymentProvider.Quickbooks,
|
|
336
|
-
paymentProviderId: "Interactions Senior Mouse",
|
|
337
|
-
reportingConfiguration: {
|
|
338
|
-
exempt: false,
|
|
339
|
-
},
|
|
340
|
-
shippingAddress: {
|
|
341
|
-
city: "Fort Juddborough",
|
|
342
|
-
country: "Anguilla",
|
|
343
|
-
line1: "Investor",
|
|
344
|
-
line2: "azure Dollar",
|
|
345
|
-
postalCode: "72679",
|
|
346
|
-
state: "Sausages",
|
|
347
|
-
},
|
|
348
|
-
taxId: {
|
|
349
|
-
country: "Sao Tome and Principe",
|
|
350
|
-
type: "City meanwhile incompatible",
|
|
351
|
-
value: "Folk South digital",
|
|
352
|
-
},
|
|
353
|
-
timezone: "Europe/Ljubljana",
|
|
354
|
-
}).then((res: CreateCustomerResponse) => {
|
|
325
|
+
billingAddress: {},
|
|
326
|
+
email: "Valerie45@yahoo.com",
|
|
327
|
+
metadata: {},
|
|
328
|
+
name: "evolve",
|
|
329
|
+
reportingConfiguration: {
|
|
330
|
+
exempt: false,
|
|
331
|
+
},
|
|
332
|
+
shippingAddress: {},
|
|
333
|
+
taxId: {
|
|
334
|
+
country: "Portugal",
|
|
335
|
+
type: "SUV quantify Polestar",
|
|
336
|
+
value: "physical Ameliorated",
|
|
337
|
+
},
|
|
338
|
+
});
|
|
339
|
+
|
|
355
340
|
if (res.statusCode == 200) {
|
|
356
341
|
// handle response
|
|
357
342
|
}
|
|
358
|
-
});
|
|
343
|
+
})();
|
|
359
344
|
```
|
|
360
345
|
|
|
361
346
|
### Parameters
|
|
@@ -380,35 +365,36 @@ transaction.
|
|
|
380
365
|
|
|
381
366
|
```typescript
|
|
382
367
|
import { Orb } from "orb-billing";
|
|
383
|
-
import {
|
|
384
|
-
import { NewCustomerBalanceTransactionType } from "orb-billing/dist/sdk/models/shared";
|
|
368
|
+
import { CreateCustomerBalanceTransactionRequest } from "orb-billing/dist/sdk/models/operations";
|
|
369
|
+
import { NewCustomerBalanceTransaction, NewCustomerBalanceTransactionType } from "orb-billing/dist/sdk/models/shared";
|
|
385
370
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
}
|
|
371
|
+
(async() => {
|
|
372
|
+
const sdk = new Orb({
|
|
373
|
+
security: {
|
|
374
|
+
apiKeyAuth: "",
|
|
375
|
+
},
|
|
376
|
+
});
|
|
377
|
+
const customerId: string = "Intelligent";
|
|
378
|
+
const newCustomerBalanceTransaction: NewCustomerBalanceTransaction = {
|
|
379
|
+
amount: "233.83",
|
|
380
|
+
type: NewCustomerBalanceTransactionType.Decrement,
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
const res = await sdk.customer.createBalanceTransaction(customerId, newCustomerBalanceTransaction);
|
|
391
384
|
|
|
392
|
-
sdk.customer.createBalanceTransaction({
|
|
393
|
-
newCustomerBalanceTransaction: {
|
|
394
|
-
amount: "221.39",
|
|
395
|
-
description: "Diverse contextually-based website",
|
|
396
|
-
type: NewCustomerBalanceTransactionType.Increment,
|
|
397
|
-
},
|
|
398
|
-
customerId: "Northwest",
|
|
399
|
-
}).then((res: CreateCustomerBalanceTransactionResponse) => {
|
|
400
385
|
if (res.statusCode == 200) {
|
|
401
386
|
// handle response
|
|
402
387
|
}
|
|
403
|
-
});
|
|
388
|
+
})();
|
|
404
389
|
```
|
|
405
390
|
|
|
406
391
|
### Parameters
|
|
407
392
|
|
|
408
|
-
| Parameter
|
|
409
|
-
|
|
|
410
|
-
| `
|
|
411
|
-
| `
|
|
393
|
+
| Parameter | Type | Required | Description |
|
|
394
|
+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
|
395
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
396
|
+
| `newCustomerBalanceTransaction` | [shared.NewCustomerBalanceTransaction](../../models/shared/newcustomerbalancetransaction.md) | :heavy_minus_sign: | N/A |
|
|
397
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
412
398
|
|
|
413
399
|
|
|
414
400
|
### Response
|
|
@@ -436,29 +422,30 @@ On successful processing, this returns an empty dictionary (`{}`) in the API.
|
|
|
436
422
|
|
|
437
423
|
```typescript
|
|
438
424
|
import { Orb } from "orb-billing";
|
|
439
|
-
import {
|
|
425
|
+
import { DeleteCustomerRequest } from "orb-billing/dist/sdk/models/operations";
|
|
440
426
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
427
|
+
(async() => {
|
|
428
|
+
const sdk = new Orb({
|
|
429
|
+
security: {
|
|
430
|
+
apiKeyAuth: "",
|
|
431
|
+
},
|
|
432
|
+
});
|
|
433
|
+
const customerId: string = "program";
|
|
434
|
+
|
|
435
|
+
const res = await sdk.customer.delete(customerId);
|
|
446
436
|
|
|
447
|
-
sdk.customer.delete({
|
|
448
|
-
customerId: "Van complexity",
|
|
449
|
-
}).then((res: DeleteCustomerResponse) => {
|
|
450
437
|
if (res.statusCode == 200) {
|
|
451
438
|
// handle response
|
|
452
439
|
}
|
|
453
|
-
});
|
|
440
|
+
})();
|
|
454
441
|
```
|
|
455
442
|
|
|
456
443
|
### Parameters
|
|
457
444
|
|
|
458
|
-
| Parameter
|
|
459
|
-
|
|
|
460
|
-
| `
|
|
461
|
-
| `config`
|
|
445
|
+
| Parameter | Type | Required | Description |
|
|
446
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
447
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
448
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
462
449
|
|
|
463
450
|
|
|
464
451
|
### Response
|
|
@@ -477,29 +464,30 @@ See the [Customer resource](../guides/core-concepts.mdx#customer) for a full dis
|
|
|
477
464
|
|
|
478
465
|
```typescript
|
|
479
466
|
import { Orb } from "orb-billing";
|
|
480
|
-
import {
|
|
467
|
+
import { FetchCustomerRequest } from "orb-billing/dist/sdk/models/operations";
|
|
481
468
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
}
|
|
469
|
+
(async() => {
|
|
470
|
+
const sdk = new Orb({
|
|
471
|
+
security: {
|
|
472
|
+
apiKeyAuth: "",
|
|
473
|
+
},
|
|
474
|
+
});
|
|
475
|
+
const customerId: string = "grateful";
|
|
476
|
+
|
|
477
|
+
const res = await sdk.customer.fetch(customerId);
|
|
487
478
|
|
|
488
|
-
sdk.customer.fetch({
|
|
489
|
-
customerId: "Total Honda Southeast",
|
|
490
|
-
}).then((res: FetchCustomerResponse) => {
|
|
491
479
|
if (res.statusCode == 200) {
|
|
492
480
|
// handle response
|
|
493
481
|
}
|
|
494
|
-
});
|
|
482
|
+
})();
|
|
495
483
|
```
|
|
496
484
|
|
|
497
485
|
### Parameters
|
|
498
486
|
|
|
499
|
-
| Parameter
|
|
500
|
-
|
|
|
501
|
-
| `
|
|
502
|
-
| `config`
|
|
487
|
+
| Parameter | Type | Required | Description |
|
|
488
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
489
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
490
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
503
491
|
|
|
504
492
|
|
|
505
493
|
### Response
|
|
@@ -518,29 +506,30 @@ Note that the resource and semantics of this endpoint exactly mirror [Get Custom
|
|
|
518
506
|
|
|
519
507
|
```typescript
|
|
520
508
|
import { Orb } from "orb-billing";
|
|
521
|
-
import {
|
|
509
|
+
import { FetchCustomerExternalIdRequest } from "orb-billing/dist/sdk/models/operations";
|
|
522
510
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
}
|
|
511
|
+
(async() => {
|
|
512
|
+
const sdk = new Orb({
|
|
513
|
+
security: {
|
|
514
|
+
apiKeyAuth: "",
|
|
515
|
+
},
|
|
516
|
+
});
|
|
517
|
+
const externalCustomerId: string = "Technician";
|
|
518
|
+
|
|
519
|
+
const res = await sdk.customer.fetchByExternalId(externalCustomerId);
|
|
528
520
|
|
|
529
|
-
sdk.customer.fetchByExternalId({
|
|
530
|
-
externalCustomerId: "Loan Gasoline ping",
|
|
531
|
-
}).then((res: FetchCustomerExternalIdResponse) => {
|
|
532
521
|
if (res.statusCode == 200) {
|
|
533
522
|
// handle response
|
|
534
523
|
}
|
|
535
|
-
});
|
|
524
|
+
})();
|
|
536
525
|
```
|
|
537
526
|
|
|
538
527
|
### Parameters
|
|
539
528
|
|
|
540
|
-
| Parameter
|
|
541
|
-
|
|
|
542
|
-
| `
|
|
543
|
-
| `config`
|
|
529
|
+
| Parameter | Type | Required | Description |
|
|
530
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
531
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
532
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
544
533
|
|
|
545
534
|
|
|
546
535
|
### Response
|
|
@@ -658,25 +647,25 @@ When a price uses matrix pricing, it's important to view costs grouped by those
|
|
|
658
647
|
|
|
659
648
|
```typescript
|
|
660
649
|
import { Orb } from "orb-billing";
|
|
661
|
-
import {
|
|
650
|
+
import { FetchCustomerCostsViewModeViewMode } from "orb-billing/dist/sdk/models/operations";
|
|
651
|
+
|
|
652
|
+
(async() => {
|
|
653
|
+
const sdk = new Orb({
|
|
654
|
+
security: {
|
|
655
|
+
apiKeyAuth: "",
|
|
656
|
+
},
|
|
657
|
+
});
|
|
658
|
+
|
|
659
|
+
const res = await sdk.customer.fetchCosts({
|
|
660
|
+
customerId: "disintermediate",
|
|
661
|
+
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
662
|
+
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
663
|
+
});
|
|
662
664
|
|
|
663
|
-
const sdk = new Orb({
|
|
664
|
-
security: {
|
|
665
|
-
apiKeyAuth: "",
|
|
666
|
-
},
|
|
667
|
-
});
|
|
668
|
-
|
|
669
|
-
sdk.customer.fetchCosts({
|
|
670
|
-
customerId: "disintermediate",
|
|
671
|
-
groupBy: "Coupe North Handmade",
|
|
672
|
-
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
673
|
-
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
674
|
-
viewMode: FetchCustomerCostsViewModeViewMode.Periodic,
|
|
675
|
-
}).then((res: FetchCustomerCostsResponse) => {
|
|
676
665
|
if (res.statusCode == 200) {
|
|
677
666
|
// handle response
|
|
678
667
|
}
|
|
679
|
-
});
|
|
668
|
+
})();
|
|
680
669
|
```
|
|
681
670
|
|
|
682
671
|
### Parameters
|
|
@@ -802,28 +791,25 @@ When a price uses matrix pricing, it's important to view costs grouped by those
|
|
|
802
791
|
|
|
803
792
|
```typescript
|
|
804
793
|
import { Orb } from "orb-billing";
|
|
805
|
-
import {
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
794
|
+
import { FetchCustomerCostsExternalIdViewModeViewMode } from "orb-billing/dist/sdk/models/operations";
|
|
795
|
+
|
|
796
|
+
(async() => {
|
|
797
|
+
const sdk = new Orb({
|
|
798
|
+
security: {
|
|
799
|
+
apiKeyAuth: "",
|
|
800
|
+
},
|
|
801
|
+
});
|
|
802
|
+
|
|
803
|
+
const res = await sdk.customer.fetchCostsByExternalId({
|
|
804
|
+
externalCustomerId: "TLS Gadolinium Music",
|
|
805
|
+
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
806
|
+
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
807
|
+
});
|
|
809
808
|
|
|
810
|
-
const sdk = new Orb({
|
|
811
|
-
security: {
|
|
812
|
-
apiKeyAuth: "",
|
|
813
|
-
},
|
|
814
|
-
});
|
|
815
|
-
|
|
816
|
-
sdk.customer.fetchCostsByExternalId({
|
|
817
|
-
externalCustomerId: "TLS Gadolinium Music",
|
|
818
|
-
groupBy: "Sedan Tuna",
|
|
819
|
-
timeframeEnd: new Date("2022-03-01T05:00:00Z"),
|
|
820
|
-
timeframeStart: new Date("2022-02-01T05:00:00Z"),
|
|
821
|
-
viewMode: FetchCustomerCostsExternalIdViewModeViewMode.Periodic,
|
|
822
|
-
}).then((res: FetchCustomerCostsExternalIdResponse) => {
|
|
823
809
|
if (res.statusCode == 200) {
|
|
824
810
|
// handle response
|
|
825
811
|
}
|
|
826
|
-
});
|
|
812
|
+
})();
|
|
827
813
|
```
|
|
828
814
|
|
|
829
815
|
### Parameters
|
|
@@ -851,26 +837,20 @@ See [Customer](../guides/concepts#customer) for an overview of the customer mode
|
|
|
851
837
|
|
|
852
838
|
```typescript
|
|
853
839
|
import { Orb } from "orb-billing";
|
|
854
|
-
import { ListCustomersResponse } from "orb-billing/dist/sdk/models/operations";
|
|
855
840
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
createdAtLt: new Date("2022-08-23T06:18:16.401Z"),
|
|
866
|
-
createdAtLte: new Date("2021-10-10T03:01:48.624Z"),
|
|
867
|
-
cursor: "Canada that orchid",
|
|
868
|
-
limit: 282238,
|
|
869
|
-
}).then((res: ListCustomersResponse) => {
|
|
841
|
+
(async() => {
|
|
842
|
+
const sdk = new Orb({
|
|
843
|
+
security: {
|
|
844
|
+
apiKeyAuth: "",
|
|
845
|
+
},
|
|
846
|
+
});
|
|
847
|
+
|
|
848
|
+
const res = await sdk.customer.list({});
|
|
849
|
+
|
|
870
850
|
if (res.statusCode == 200) {
|
|
871
851
|
// handle response
|
|
872
852
|
}
|
|
873
|
-
});
|
|
853
|
+
})();
|
|
874
854
|
```
|
|
875
855
|
|
|
876
856
|
### Parameters
|
|
@@ -915,27 +895,22 @@ forwarding payment to the gateway.
|
|
|
915
895
|
|
|
916
896
|
```typescript
|
|
917
897
|
import { Orb } from "orb-billing";
|
|
918
|
-
import { ListBalanceTransactionsResponse } from "orb-billing/dist/sdk/models/operations";
|
|
919
898
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
operationTimeGte: new Date("2021-07-29T02:13:45.075Z"),
|
|
932
|
-
operationTimeLt: new Date("2021-01-31T23:25:30.251Z"),
|
|
933
|
-
operationTimeLte: new Date("2023-04-23T18:28:37.185Z"),
|
|
934
|
-
}).then((res: ListBalanceTransactionsResponse) => {
|
|
899
|
+
(async() => {
|
|
900
|
+
const sdk = new Orb({
|
|
901
|
+
security: {
|
|
902
|
+
apiKeyAuth: "",
|
|
903
|
+
},
|
|
904
|
+
});
|
|
905
|
+
|
|
906
|
+
const res = await sdk.customer.listBalanceTransactions({
|
|
907
|
+
customerId: "than",
|
|
908
|
+
});
|
|
909
|
+
|
|
935
910
|
if (res.statusCode == 200) {
|
|
936
911
|
// handle response
|
|
937
912
|
}
|
|
938
|
-
});
|
|
913
|
+
})();
|
|
939
914
|
```
|
|
940
915
|
|
|
941
916
|
### Parameters
|
|
@@ -962,77 +937,65 @@ endpoint exactly mirror [Update Customer](update-customer).
|
|
|
962
937
|
|
|
963
938
|
```typescript
|
|
964
939
|
import { Orb } from "orb-billing";
|
|
965
|
-
import {
|
|
966
|
-
import {
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
},
|
|
982
|
-
],
|
|
983
|
-
excluded: false,
|
|
940
|
+
import { UpdateCustomerExternalIdRequest } from "orb-billing/dist/sdk/models/operations";
|
|
941
|
+
import {
|
|
942
|
+
AccountingProviderConfig,
|
|
943
|
+
AddressInput,
|
|
944
|
+
CustomerTaxId,
|
|
945
|
+
EditCustomer,
|
|
946
|
+
EditCustomerMetadata,
|
|
947
|
+
EditCustomerPaymentProvider,
|
|
948
|
+
NewAccountingSyncConfiguration,
|
|
949
|
+
NewReportingConfiguration,
|
|
950
|
+
} from "orb-billing/dist/sdk/models/shared";
|
|
951
|
+
|
|
952
|
+
(async() => {
|
|
953
|
+
const sdk = new Orb({
|
|
954
|
+
security: {
|
|
955
|
+
apiKeyAuth: "",
|
|
984
956
|
},
|
|
985
|
-
|
|
986
|
-
|
|
957
|
+
});
|
|
958
|
+
const externalCustomerId: string = "Bicycle";
|
|
959
|
+
const editCustomer: EditCustomer = {
|
|
960
|
+
accountingSyncConfiguration: {
|
|
961
|
+
accountingProviders: [
|
|
962
|
+
{
|
|
963
|
+
externalProviderId: "Roselyn",
|
|
964
|
+
providerType: "Lesotho Rap",
|
|
965
|
+
},
|
|
987
966
|
],
|
|
988
|
-
autoCollection: false,
|
|
989
|
-
billingAddress: {
|
|
990
|
-
city: "Biankafurt",
|
|
991
|
-
country: "Northern Mariana Islands",
|
|
992
|
-
line1: "invoice",
|
|
993
|
-
line2: "invoice web",
|
|
994
|
-
postalCode: "37946-8361",
|
|
995
|
-
state: "Wagon",
|
|
996
|
-
},
|
|
997
|
-
currency: "Namibia Dollar",
|
|
998
|
-
email: "Van84@hotmail.com",
|
|
999
|
-
emailDelivery: false,
|
|
1000
|
-
externalCustomerId: "Home",
|
|
1001
|
-
metadata: {},
|
|
1002
|
-
name: "grey",
|
|
1003
|
-
paymentProvider: EditCustomerPaymentProvider.BillCom,
|
|
1004
|
-
paymentProviderId: "composite",
|
|
1005
|
-
reportingConfiguration: {
|
|
1006
|
-
exempt: false,
|
|
1007
|
-
},
|
|
1008
|
-
shippingAddress: {
|
|
1009
|
-
city: "East Kenna",
|
|
1010
|
-
country: "Monaco",
|
|
1011
|
-
line1: "Investment",
|
|
1012
|
-
line2: "bypass Tactics",
|
|
1013
|
-
postalCode: "39092",
|
|
1014
|
-
state: "Steel",
|
|
1015
|
-
},
|
|
1016
|
-
taxId: {
|
|
1017
|
-
country: "Heard Island and McDonald Islands",
|
|
1018
|
-
type: "Producer",
|
|
1019
|
-
value: "Jannie",
|
|
1020
|
-
},
|
|
1021
967
|
},
|
|
1022
|
-
|
|
1023
|
-
|
|
968
|
+
additionalEmails: [
|
|
969
|
+
"showboat",
|
|
970
|
+
],
|
|
971
|
+
billingAddress: {},
|
|
972
|
+
metadata: {},
|
|
973
|
+
reportingConfiguration: {
|
|
974
|
+
exempt: false,
|
|
975
|
+
},
|
|
976
|
+
shippingAddress: {},
|
|
977
|
+
taxId: {
|
|
978
|
+
country: "Isle of Man",
|
|
979
|
+
type: "tesla",
|
|
980
|
+
value: "Branding",
|
|
981
|
+
},
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
const res = await sdk.customer.updateByExternalId(externalCustomerId, editCustomer);
|
|
985
|
+
|
|
1024
986
|
if (res.statusCode == 200) {
|
|
1025
987
|
// handle response
|
|
1026
988
|
}
|
|
1027
|
-
});
|
|
989
|
+
})();
|
|
1028
990
|
```
|
|
1029
991
|
|
|
1030
992
|
### Parameters
|
|
1031
993
|
|
|
1032
|
-
| Parameter
|
|
1033
|
-
|
|
|
1034
|
-
| `
|
|
1035
|
-
| `
|
|
994
|
+
| Parameter | Type | Required | Description |
|
|
995
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
996
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
997
|
+
| `editCustomer` | [shared.EditCustomer](../../models/shared/editcustomer.md) | :heavy_minus_sign: | N/A |
|
|
998
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1036
999
|
|
|
1037
1000
|
|
|
1038
1001
|
### Response
|
|
@@ -1050,77 +1013,65 @@ This endpoint can be used to update the `payment_provider`, `payment_provider_id
|
|
|
1050
1013
|
|
|
1051
1014
|
```typescript
|
|
1052
1015
|
import { Orb } from "orb-billing";
|
|
1053
|
-
import {
|
|
1054
|
-
import {
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
},
|
|
1070
|
-
],
|
|
1071
|
-
excluded: false,
|
|
1016
|
+
import { UpdateCustomerRequest } from "orb-billing/dist/sdk/models/operations";
|
|
1017
|
+
import {
|
|
1018
|
+
AccountingProviderConfig,
|
|
1019
|
+
AddressInput,
|
|
1020
|
+
CustomerTaxId,
|
|
1021
|
+
EditCustomer,
|
|
1022
|
+
EditCustomerMetadata,
|
|
1023
|
+
EditCustomerPaymentProvider,
|
|
1024
|
+
NewAccountingSyncConfiguration,
|
|
1025
|
+
NewReportingConfiguration,
|
|
1026
|
+
} from "orb-billing/dist/sdk/models/shared";
|
|
1027
|
+
|
|
1028
|
+
(async() => {
|
|
1029
|
+
const sdk = new Orb({
|
|
1030
|
+
security: {
|
|
1031
|
+
apiKeyAuth: "",
|
|
1072
1032
|
},
|
|
1073
|
-
|
|
1074
|
-
|
|
1033
|
+
});
|
|
1034
|
+
const customerId: string = "Gibraltar";
|
|
1035
|
+
const editCustomer: EditCustomer = {
|
|
1036
|
+
accountingSyncConfiguration: {
|
|
1037
|
+
accountingProviders: [
|
|
1038
|
+
{
|
|
1039
|
+
externalProviderId: "Electric",
|
|
1040
|
+
providerType: "Mobility whitewash",
|
|
1041
|
+
},
|
|
1075
1042
|
],
|
|
1076
|
-
autoCollection: false,
|
|
1077
|
-
billingAddress: {
|
|
1078
|
-
city: "Daynastad",
|
|
1079
|
-
country: "Dominican Republic",
|
|
1080
|
-
line1: "Car Rufiyaa",
|
|
1081
|
-
line2: "deposit synergize",
|
|
1082
|
-
postalCode: "02403",
|
|
1083
|
-
state: "oblong reckless Molybdenum",
|
|
1084
|
-
},
|
|
1085
|
-
currency: "UIC-Franc",
|
|
1086
|
-
email: "Taryn87@gmail.com",
|
|
1087
|
-
emailDelivery: false,
|
|
1088
|
-
externalCustomerId: "circuit Account",
|
|
1089
|
-
metadata: {},
|
|
1090
|
-
name: "South circumstance Corporate",
|
|
1091
|
-
paymentProvider: EditCustomerPaymentProvider.Quickbooks,
|
|
1092
|
-
paymentProviderId: "GB female well",
|
|
1093
|
-
reportingConfiguration: {
|
|
1094
|
-
exempt: false,
|
|
1095
|
-
},
|
|
1096
|
-
shippingAddress: {
|
|
1097
|
-
city: "New Estelleburgh",
|
|
1098
|
-
country: "Cape Verde",
|
|
1099
|
-
line1: "dole payment",
|
|
1100
|
-
line2: "Durham Funk",
|
|
1101
|
-
postalCode: "54768-2343",
|
|
1102
|
-
state: "plum bus Tuna",
|
|
1103
|
-
},
|
|
1104
|
-
taxId: {
|
|
1105
|
-
country: "Italy",
|
|
1106
|
-
type: "wherever Molybdenum",
|
|
1107
|
-
value: "SUV Lesotho",
|
|
1108
|
-
},
|
|
1109
1043
|
},
|
|
1110
|
-
|
|
1111
|
-
|
|
1044
|
+
additionalEmails: [
|
|
1045
|
+
"Southeast",
|
|
1046
|
+
],
|
|
1047
|
+
billingAddress: {},
|
|
1048
|
+
metadata: {},
|
|
1049
|
+
reportingConfiguration: {
|
|
1050
|
+
exempt: false,
|
|
1051
|
+
},
|
|
1052
|
+
shippingAddress: {},
|
|
1053
|
+
taxId: {
|
|
1054
|
+
country: "Luxembourg",
|
|
1055
|
+
type: "program",
|
|
1056
|
+
value: "Car Rufiyaa",
|
|
1057
|
+
},
|
|
1058
|
+
};
|
|
1059
|
+
|
|
1060
|
+
const res = await sdk.customer.updateCustomer(customerId, editCustomer);
|
|
1061
|
+
|
|
1112
1062
|
if (res.statusCode == 200) {
|
|
1113
1063
|
// handle response
|
|
1114
1064
|
}
|
|
1115
|
-
});
|
|
1065
|
+
})();
|
|
1116
1066
|
```
|
|
1117
1067
|
|
|
1118
1068
|
### Parameters
|
|
1119
1069
|
|
|
1120
|
-
| Parameter
|
|
1121
|
-
|
|
|
1122
|
-
| `
|
|
1123
|
-
| `
|
|
1070
|
+
| Parameter | Type | Required | Description |
|
|
1071
|
+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
1072
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
1073
|
+
| `editCustomer` | [shared.EditCustomer](../../models/shared/editcustomer.md) | :heavy_minus_sign: | N/A |
|
|
1074
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
1124
1075
|
|
|
1125
1076
|
|
|
1126
1077
|
### Response
|