GET v2/subscriptions/{id}?includeDeletedTrackedItems={includeDeletedTrackedItems}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

includeDeletedTrackedItems

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Common.DtoV2.Get.Subscription
NameDescriptionTypeAdditional information
customerId

integer

None.

customerParentId

integer

None.

numberOfIntervals

integer

None.

interval

string

None.

code

string

None.

name

string

None.

description

string

None.

reference

string

None.

status

string

None.

createdTimestamp

date

None.

activatedTimestamp

date

None.

provisionedTimestamp

date

None.

lastPeriodStartDate

date

None.

scheduledActivationTimestamp

date

None.

remainingInterval

integer

None.

remainingIntervalPushOut

integer

None.

monthlyRecurringRevenue

decimal number

None.

netMonthlyRecurringRevenue

decimal number

None.

amount

decimal number

None.

contractStartTimestamp

date

None.

contractEndTimestamp

date

None.

nextRechargeTimestamp

date

None.

expiredTimestamp

date

None.

subscriptionProducts

Collection of Common.DtoV2.Get.SubscriptionProduct

None.

coupons

Collection of string

None.

customFields

Collection of Common.Dto.Get.SubscriptionCustomField

None.

originalValues

Common.DtoV2.Get.SubscriptionOriginal

None.

invoicesForPreview

Collection of Common.Dto.Get.InvoicePreview

None.

billingPeriodDefinitionId

integer

None.

nextRechargeDate

date

None.

openSubscriptionPeriodEndDate

date

None.

invoiceOwner

string

None.

invoiceOwnerId

integer

None.

invoiceOwnerCustomerInformation

Common.DtoV2.Get.InvoiceOwnerCustomerInformation

None.

geotabDevicePlanId

integer

None.

geotabDevicePlanName

string

None.

quickBooksClassId

string

None.

remainingRefreshPriceInterval

integer

None.

remainingRefreshPriceIntervalPushOut

integer

None.

id

integer

None.

uri

string

None.

Response Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "customerParentId": 1,
  "numberOfIntervals": 2,
  "interval": "sample string 3",
  "code": "sample string 4",
  "name": "sample string 5",
  "description": "sample string 6",
  "reference": "sample string 7",
  "status": "sample string 8",
  "createdTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "activatedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "provisionedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "lastPeriodStartDate": "2025-05-21T09:26:56.3204053+00:00",
  "scheduledActivationTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "remainingInterval": 1,
  "remainingIntervalPushOut": 1,
  "monthlyRecurringRevenue": 10.0,
  "netMonthlyRecurringRevenue": 11.0,
  "amount": 12.0,
  "contractStartTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "contractEndTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "nextRechargeTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "expiredTimestamp": "2025-05-21T09:26:56.3204053+00:00",
  "subscriptionProducts": [
    {
      "subscriptionId": 1,
      "name": "sample string 2",
      "code": "sample string 3",
      "description": "sample string 4",
      "productType": "sample string 5",
      "glCode": "sample string 6",
      "quantity": 7.0,
      "maxQuantity": 1.0,
      "isRecurring": true,
      "isFixed": true,
      "isOptional": true,
      "isIncluded": true,
      "isTrackingItems": true,
      "startDate": "2025-05-21T09:26:56.3204053+00:00",
      "chargeAtSubscriptionActivation": true,
      "resetType": "sample string 14",
      "isCharged": true,
      "monthlyRecurringRevenue": 16.0,
      "netMonthlyRecurringRevenue": 17.0,
      "netAmount": 18.0,
      "status": "sample string 19",
      "lastPurchaseDate": "2025-05-21T09:26:56.3204053+00:00",
      "expiredTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "recurringChargeTimingType": "sample string 20",
      "recurringProration": true,
      "quantityChangeChargeTimingType": "sample string 22",
      "quantityChangeProration": true,
      "earningTimingInterval": "sample string 24",
      "earningTimingType": "sample string 25",
      "isEarnedImmediately": true,
      "earningInterval": "sample string 27",
      "earningNumberOfInterval": 1,
      "remainingInterval": 1,
      "intervalsUntilStart": 1,
      "priceUpliftsEnabled": true,
      "pricingModelType": "sample string 29",
      "pricingFormulaType": "sample string 30",
      "originalPrice": 32.0,
      "groupQuantityChangeCharges": true,
      "customServiceDateNumberOfIntervals": 34,
      "customServiceDateInterval": "sample string 35",
      "customServiceDateProjection": "sample string 36",
      "modifiedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "generateZeroDollarCharge": true,
      "quantityRanges": [
        {
          "min": 1.0,
          "max": 1.0,
          "price": 2.0,
          "conditionAmount": 1.0,
          "variableAmount": 1.0
        },
        {
          "min": 1.0,
          "max": 1.0,
          "price": 2.0,
          "conditionAmount": 1.0,
          "variableAmount": 1.0
        }
      ],
      "discounts": [
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        },
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        }
      ],
      "customFields": [
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        },
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        }
      ],
      "productItems": [
        {
          "reference": "sample string 1",
          "name": "sample string 2",
          "description": "sample string 3",
          "subscriptionProductId": 1,
          "subscriptionId": 1,
          "purchaseId": 1,
          "customerId": 4,
          "productId": 5,
          "status": "sample string 6",
          "createdDate": "2025-05-21T09:26:56.3204053+00:00",
          "modifiedDate": "2025-05-21T09:26:56.3204053+00:00",
          "invoicePreview": {
            "draftCharges": [
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              },
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              }
            ],
            "subtotal": 1.0,
            "total": 2.0,
            "draftTaxes": [
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "percentFormatted": "sample string 4",
              "total": 5.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "status": "sample string 7",
            "draftChargeGroups": [
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              },
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              }
            ],
            "notes": "sample string 8",
            "shippingInstructions": "sample string 9",
            "openingArBalance": 10.0,
            "closingArBalance": 11.0,
            "creditFromAvailableFunds": 12.0
          },
          "additionalInvoicesForPreview": [
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            },
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            }
          ],
          "netsuiteInventoryTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "netsuiteInventoryStatus": "sample string 9",
          "id": 10,
          "uri": "sample string 11"
        },
        {
          "reference": "sample string 1",
          "name": "sample string 2",
          "description": "sample string 3",
          "subscriptionProductId": 1,
          "subscriptionId": 1,
          "purchaseId": 1,
          "customerId": 4,
          "productId": 5,
          "status": "sample string 6",
          "createdDate": "2025-05-21T09:26:56.3204053+00:00",
          "modifiedDate": "2025-05-21T09:26:56.3204053+00:00",
          "invoicePreview": {
            "draftCharges": [
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              },
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              }
            ],
            "subtotal": 1.0,
            "total": 2.0,
            "draftTaxes": [
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "percentFormatted": "sample string 4",
              "total": 5.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "status": "sample string 7",
            "draftChargeGroups": [
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              },
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              }
            ],
            "notes": "sample string 8",
            "shippingInstructions": "sample string 9",
            "openingArBalance": 10.0,
            "closingArBalance": 11.0,
            "creditFromAvailableFunds": 12.0
          },
          "additionalInvoicesForPreview": [
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            },
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            }
          ],
          "netsuiteInventoryTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "netsuiteInventoryStatus": "sample string 9",
          "id": 10,
          "uri": "sample string 11"
        }
      ],
      "priceUplifts": [
        {
          "sequenceNumber": 1,
          "numberOfIntervals": 2,
          "remainingIntervals": 3,
          "amount": 4.0,
          "upliftType": "sample string 5",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        },
        {
          "sequenceNumber": 1,
          "numberOfIntervals": 2,
          "remainingIntervals": 3,
          "amount": 4.0,
          "upliftType": "sample string 5",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        }
      ],
      "upliftPriorToRecharge": true,
      "includingInitialCharge": true,
      "trackPeakQuantity": true,
      "peakQuantity": 1.0,
      "historicalPriceUplifts": [
        {
          "consumedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "originalAmount": 1.0,
          "increasedAmount": 1.0,
          "sequenceNumber": 2,
          "numberOfIntervals": 3,
          "remainingIntervals": 4,
          "amount": 5.0,
          "upliftType": "sample string 6",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        },
        {
          "consumedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "originalAmount": 1.0,
          "increasedAmount": 1.0,
          "sequenceNumber": 2,
          "numberOfIntervals": 3,
          "remainingIntervals": 4,
          "amount": 5.0,
          "upliftType": "sample string 6",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        }
      ],
      "originalValues": {
        "name": "sample string 1",
        "description": "sample string 2",
        "pricingModelType": "sample string 3",
        "quantityRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0
          }
        ],
        "customFields": [
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "value": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "value": {}
          }
        ]
      },
      "pricebookId": 1,
      "pricebookName": "sample string 42",
      "pricebookCode": "sample string 43",
      "id": 44,
      "uri": "sample string 45"
    },
    {
      "subscriptionId": 1,
      "name": "sample string 2",
      "code": "sample string 3",
      "description": "sample string 4",
      "productType": "sample string 5",
      "glCode": "sample string 6",
      "quantity": 7.0,
      "maxQuantity": 1.0,
      "isRecurring": true,
      "isFixed": true,
      "isOptional": true,
      "isIncluded": true,
      "isTrackingItems": true,
      "startDate": "2025-05-21T09:26:56.3204053+00:00",
      "chargeAtSubscriptionActivation": true,
      "resetType": "sample string 14",
      "isCharged": true,
      "monthlyRecurringRevenue": 16.0,
      "netMonthlyRecurringRevenue": 17.0,
      "netAmount": 18.0,
      "status": "sample string 19",
      "lastPurchaseDate": "2025-05-21T09:26:56.3204053+00:00",
      "expiredTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "recurringChargeTimingType": "sample string 20",
      "recurringProration": true,
      "quantityChangeChargeTimingType": "sample string 22",
      "quantityChangeProration": true,
      "earningTimingInterval": "sample string 24",
      "earningTimingType": "sample string 25",
      "isEarnedImmediately": true,
      "earningInterval": "sample string 27",
      "earningNumberOfInterval": 1,
      "remainingInterval": 1,
      "intervalsUntilStart": 1,
      "priceUpliftsEnabled": true,
      "pricingModelType": "sample string 29",
      "pricingFormulaType": "sample string 30",
      "originalPrice": 32.0,
      "groupQuantityChangeCharges": true,
      "customServiceDateNumberOfIntervals": 34,
      "customServiceDateInterval": "sample string 35",
      "customServiceDateProjection": "sample string 36",
      "modifiedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "generateZeroDollarCharge": true,
      "quantityRanges": [
        {
          "min": 1.0,
          "max": 1.0,
          "price": 2.0,
          "conditionAmount": 1.0,
          "variableAmount": 1.0
        },
        {
          "min": 1.0,
          "max": 1.0,
          "price": 2.0,
          "conditionAmount": 1.0,
          "variableAmount": 1.0
        }
      ],
      "discounts": [
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        },
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        }
      ],
      "customFields": [
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        },
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        }
      ],
      "productItems": [
        {
          "reference": "sample string 1",
          "name": "sample string 2",
          "description": "sample string 3",
          "subscriptionProductId": 1,
          "subscriptionId": 1,
          "purchaseId": 1,
          "customerId": 4,
          "productId": 5,
          "status": "sample string 6",
          "createdDate": "2025-05-21T09:26:56.3204053+00:00",
          "modifiedDate": "2025-05-21T09:26:56.3204053+00:00",
          "invoicePreview": {
            "draftCharges": [
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              },
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              }
            ],
            "subtotal": 1.0,
            "total": 2.0,
            "draftTaxes": [
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "percentFormatted": "sample string 4",
              "total": 5.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "status": "sample string 7",
            "draftChargeGroups": [
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              },
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              }
            ],
            "notes": "sample string 8",
            "shippingInstructions": "sample string 9",
            "openingArBalance": 10.0,
            "closingArBalance": 11.0,
            "creditFromAvailableFunds": 12.0
          },
          "additionalInvoicesForPreview": [
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            },
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            }
          ],
          "netsuiteInventoryTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "netsuiteInventoryStatus": "sample string 9",
          "id": 10,
          "uri": "sample string 11"
        },
        {
          "reference": "sample string 1",
          "name": "sample string 2",
          "description": "sample string 3",
          "subscriptionProductId": 1,
          "subscriptionId": 1,
          "purchaseId": 1,
          "customerId": 4,
          "productId": 5,
          "status": "sample string 6",
          "createdDate": "2025-05-21T09:26:56.3204053+00:00",
          "modifiedDate": "2025-05-21T09:26:56.3204053+00:00",
          "invoicePreview": {
            "draftCharges": [
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              },
              {
                "transactionId": 1,
                "chargeTypeId": "sample string 2",
                "transactionType": "sample string 3",
                "quantity": 4.0,
                "unitPrice": 5.0,
                "amount": 6.0,
                "taxableAmount": 7.0,
                "subscriptionPeriodId": 8,
                "draftInvoiceId": 9,
                "name": "sample string 10",
                "description": "sample string 11",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                "draftDiscounts": [
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  }
                ],
                "status": "sample string 15",
                "productItems": null,
                "canProrateCharge": true,
                "postable": true,
                "subscriptionProductId": 1,
                "purchaseId": 1,
                "productId": 1,
                "draftChargeTiers": [
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  },
                  {
                    "label": "sample string 1",
                    "quantity": 2.0,
                    "unitPrice": 3.0,
                    "amount": 4.0,
                    "sortOrder": 5
                  }
                ],
                "hasPurchasePerformanceObligations": true,
                "id": 19,
                "uri": "sample string 20"
              }
            ],
            "subtotal": 1.0,
            "total": 2.0,
            "draftTaxes": [
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "percentFormatted": "sample string 4",
              "total": 5.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "status": "sample string 7",
            "draftChargeGroups": [
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              },
              {
                "name": "sample string 1",
                "description": "sample string 2",
                "reference": "sample string 3",
                "subscriptionId": 1,
                "draftCharges": [
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  },
                  {
                    "transactionId": 1,
                    "chargeTypeId": "sample string 2",
                    "transactionType": "sample string 3",
                    "quantity": 4.0,
                    "unitPrice": 5.0,
                    "amount": 6.0,
                    "taxableAmount": 7.0,
                    "subscriptionPeriodId": 8,
                    "draftInvoiceId": 9,
                    "name": "sample string 10",
                    "description": "sample string 11",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    "draftDiscounts": [
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      }
                    ],
                    "status": "sample string 15",
                    "productItems": null,
                    "canProrateCharge": true,
                    "postable": true,
                    "subscriptionProductId": 1,
                    "purchaseId": 1,
                    "productId": 1,
                    "draftChargeTiers": [
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      },
                      {
                        "label": "sample string 1",
                        "quantity": 2.0,
                        "unitPrice": 3.0,
                        "amount": 4.0,
                        "sortOrder": 5
                      }
                    ],
                    "hasPurchasePerformanceObligations": true,
                    "id": 19,
                    "uri": "sample string 20"
                  }
                ]
              }
            ],
            "notes": "sample string 8",
            "shippingInstructions": "sample string 9",
            "openingArBalance": 10.0,
            "closingArBalance": 11.0,
            "creditFromAvailableFunds": 12.0
          },
          "additionalInvoicesForPreview": [
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            },
            {
              "draftCharges": [
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                },
                {
                  "transactionId": 1,
                  "chargeTypeId": "sample string 2",
                  "transactionType": "sample string 3",
                  "quantity": 4.0,
                  "unitPrice": 5.0,
                  "amount": 6.0,
                  "taxableAmount": 7.0,
                  "subscriptionPeriodId": 8,
                  "draftInvoiceId": 9,
                  "name": "sample string 10",
                  "description": "sample string 11",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                    "description": "sample string 7",
                    "id": 8,
                    "uri": "sample string 9"
                  },
                  "draftDiscounts": [
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    },
                    {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "description": "sample string 7",
                      "id": 8,
                      "uri": "sample string 9"
                    }
                  ],
                  "status": "sample string 15",
                  "productItems": null,
                  "canProrateCharge": true,
                  "postable": true,
                  "subscriptionProductId": 1,
                  "purchaseId": 1,
                  "productId": 1,
                  "draftChargeTiers": [
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    },
                    {
                      "label": "sample string 1",
                      "quantity": 2.0,
                      "unitPrice": 3.0,
                      "amount": 4.0,
                      "sortOrder": 5
                    }
                  ],
                  "hasPurchasePerformanceObligations": true,
                  "id": 19,
                  "uri": "sample string 20"
                }
              ],
              "subtotal": 1.0,
              "total": 2.0,
              "draftTaxes": [
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                },
                {
                  "id": 1,
                  "name": "sample string 1",
                  "registrationCode": "sample string 2",
                  "percent": 3.0,
                  "percentFormatted": "sample string 4",
                  "total": 5.0
                }
              ],
              "tax": {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "percentFormatted": "sample string 4",
                "total": 5.0
              },
              "totalTaxes": 3.0,
              "totalDiscount": 4.0,
              "poNumber": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "status": "sample string 7",
              "draftChargeGroups": [
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                },
                {
                  "name": "sample string 1",
                  "description": "sample string 2",
                  "reference": "sample string 3",
                  "subscriptionId": 1,
                  "draftCharges": [
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    },
                    {
                      "transactionId": 1,
                      "chargeTypeId": "sample string 2",
                      "transactionType": "sample string 3",
                      "quantity": 4.0,
                      "unitPrice": 5.0,
                      "amount": 6.0,
                      "taxableAmount": 7.0,
                      "subscriptionPeriodId": 8,
                      "draftInvoiceId": 9,
                      "name": "sample string 10",
                      "description": "sample string 11",
                      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                      "proratedUnitPrice": 1.0,
                      "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
                      "rangeQuantity": 1.0,
                      "draftDiscount": {
                        "draftChargeId": 1,
                        "configuredDiscountAmount": 2.0,
                        "amount": 3.0,
                        "quantity": 4.0,
                        "discountType": "sample string 5",
                        "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                        "description": "sample string 7",
                        "id": 8,
                        "uri": "sample string 9"
                      },
                      "draftDiscounts": [
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        },
                        {
                          "draftChargeId": 1,
                          "configuredDiscountAmount": 2.0,
                          "amount": 3.0,
                          "quantity": 4.0,
                          "discountType": "sample string 5",
                          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                          "description": "sample string 7",
                          "id": 8,
                          "uri": "sample string 9"
                        }
                      ],
                      "status": "sample string 15",
                      "productItems": null,
                      "canProrateCharge": true,
                      "postable": true,
                      "subscriptionProductId": 1,
                      "purchaseId": 1,
                      "productId": 1,
                      "draftChargeTiers": [
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        },
                        {
                          "label": "sample string 1",
                          "quantity": 2.0,
                          "unitPrice": 3.0,
                          "amount": 4.0,
                          "sortOrder": 5
                        }
                      ],
                      "hasPurchasePerformanceObligations": true,
                      "id": 19,
                      "uri": "sample string 20"
                    }
                  ]
                }
              ],
              "notes": "sample string 8",
              "shippingInstructions": "sample string 9",
              "openingArBalance": 10.0,
              "closingArBalance": 11.0,
              "creditFromAvailableFunds": 12.0
            }
          ],
          "netsuiteInventoryTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "netsuiteInventoryStatus": "sample string 9",
          "id": 10,
          "uri": "sample string 11"
        }
      ],
      "priceUplifts": [
        {
          "sequenceNumber": 1,
          "numberOfIntervals": 2,
          "remainingIntervals": 3,
          "amount": 4.0,
          "upliftType": "sample string 5",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        },
        {
          "sequenceNumber": 1,
          "numberOfIntervals": 2,
          "remainingIntervals": 3,
          "amount": 4.0,
          "upliftType": "sample string 5",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        }
      ],
      "upliftPriorToRecharge": true,
      "includingInitialCharge": true,
      "trackPeakQuantity": true,
      "peakQuantity": 1.0,
      "historicalPriceUplifts": [
        {
          "consumedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "originalAmount": 1.0,
          "increasedAmount": 1.0,
          "sequenceNumber": 2,
          "numberOfIntervals": 3,
          "remainingIntervals": 4,
          "amount": 5.0,
          "upliftType": "sample string 6",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        },
        {
          "consumedTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "originalAmount": 1.0,
          "increasedAmount": 1.0,
          "sequenceNumber": 2,
          "numberOfIntervals": 3,
          "remainingIntervals": 4,
          "amount": 5.0,
          "upliftType": "sample string 6",
          "repeatForever": true,
          "upliftPriorToRecharge": true
        }
      ],
      "originalValues": {
        "name": "sample string 1",
        "description": "sample string 2",
        "pricingModelType": "sample string 3",
        "quantityRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0
          }
        ],
        "customFields": [
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "value": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "value": {}
          }
        ]
      },
      "pricebookId": 1,
      "pricebookName": "sample string 42",
      "pricebookCode": "sample string 43",
      "id": 44,
      "uri": "sample string 45"
    }
  ],
  "coupons": [
    "sample string 1",
    "sample string 2"
  ],
  "customFields": [
    {
      "key": "sample string 1",
      "friendlyName": "sample string 2",
      "dataType": "sample string 3",
      "value": {}
    },
    {
      "key": "sample string 1",
      "friendlyName": "sample string 2",
      "dataType": "sample string 3",
      "value": {}
    }
  ],
  "originalValues": {
    "name": "sample string 1",
    "description": "sample string 2",
    "reference": "sample string 3",
    "customFields": [
      {
        "key": "sample string 1",
        "friendlyName": "sample string 2",
        "dataType": "sample string 3",
        "value": {}
      },
      {
        "key": "sample string 1",
        "friendlyName": "sample string 2",
        "dataType": "sample string 3",
        "value": {}
      }
    ]
  },
  "invoicesForPreview": [
    {
      "draftCharges": [
        {
          "transactionId": 1,
          "chargeTypeId": "sample string 2",
          "transactionType": "sample string 3",
          "quantity": 4.0,
          "unitPrice": 5.0,
          "amount": 6.0,
          "taxableAmount": 7.0,
          "subscriptionPeriodId": 8,
          "draftInvoiceId": 9,
          "name": "sample string 10",
          "description": "sample string 11",
          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "description": "sample string 7",
            "id": 8,
            "uri": "sample string 9"
          },
          "draftDiscounts": [
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            },
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            }
          ],
          "status": "sample string 15",
          "productItems": null,
          "canProrateCharge": true,
          "postable": true,
          "subscriptionProductId": 1,
          "purchaseId": 1,
          "productId": 1,
          "draftChargeTiers": [
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            },
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            }
          ],
          "hasPurchasePerformanceObligations": true,
          "id": 19,
          "uri": "sample string 20"
        },
        {
          "transactionId": 1,
          "chargeTypeId": "sample string 2",
          "transactionType": "sample string 3",
          "quantity": 4.0,
          "unitPrice": 5.0,
          "amount": 6.0,
          "taxableAmount": 7.0,
          "subscriptionPeriodId": 8,
          "draftInvoiceId": 9,
          "name": "sample string 10",
          "description": "sample string 11",
          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "description": "sample string 7",
            "id": 8,
            "uri": "sample string 9"
          },
          "draftDiscounts": [
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            },
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            }
          ],
          "status": "sample string 15",
          "productItems": null,
          "canProrateCharge": true,
          "postable": true,
          "subscriptionProductId": 1,
          "purchaseId": 1,
          "productId": 1,
          "draftChargeTiers": [
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            },
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            }
          ],
          "hasPurchasePerformanceObligations": true,
          "id": 19,
          "uri": "sample string 20"
        }
      ],
      "subtotal": 1.0,
      "total": 2.0,
      "draftTaxes": [
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "percentFormatted": "sample string 4",
          "total": 5.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "percentFormatted": "sample string 4",
          "total": 5.0
        }
      ],
      "tax": {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "percentFormatted": "sample string 4",
        "total": 5.0
      },
      "totalTaxes": 3.0,
      "totalDiscount": 4.0,
      "poNumber": "sample string 5",
      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "status": "sample string 7",
      "draftChargeGroups": [
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "reference": "sample string 3",
          "subscriptionId": 1,
          "draftCharges": [
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            },
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            }
          ]
        },
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "reference": "sample string 3",
          "subscriptionId": 1,
          "draftCharges": [
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            },
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            }
          ]
        }
      ],
      "notes": "sample string 8",
      "shippingInstructions": "sample string 9",
      "openingArBalance": 10.0,
      "closingArBalance": 11.0,
      "creditFromAvailableFunds": 12.0
    },
    {
      "draftCharges": [
        {
          "transactionId": 1,
          "chargeTypeId": "sample string 2",
          "transactionType": "sample string 3",
          "quantity": 4.0,
          "unitPrice": 5.0,
          "amount": 6.0,
          "taxableAmount": 7.0,
          "subscriptionPeriodId": 8,
          "draftInvoiceId": 9,
          "name": "sample string 10",
          "description": "sample string 11",
          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "description": "sample string 7",
            "id": 8,
            "uri": "sample string 9"
          },
          "draftDiscounts": [
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            },
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            }
          ],
          "status": "sample string 15",
          "productItems": null,
          "canProrateCharge": true,
          "postable": true,
          "subscriptionProductId": 1,
          "purchaseId": 1,
          "productId": 1,
          "draftChargeTiers": [
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            },
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            }
          ],
          "hasPurchasePerformanceObligations": true,
          "id": 19,
          "uri": "sample string 20"
        },
        {
          "transactionId": 1,
          "chargeTypeId": "sample string 2",
          "transactionType": "sample string 3",
          "quantity": 4.0,
          "unitPrice": 5.0,
          "amount": 6.0,
          "taxableAmount": 7.0,
          "subscriptionPeriodId": 8,
          "draftInvoiceId": 9,
          "name": "sample string 10",
          "description": "sample string 11",
          "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
            "description": "sample string 7",
            "id": 8,
            "uri": "sample string 9"
          },
          "draftDiscounts": [
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            },
            {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "description": "sample string 7",
              "id": 8,
              "uri": "sample string 9"
            }
          ],
          "status": "sample string 15",
          "productItems": null,
          "canProrateCharge": true,
          "postable": true,
          "subscriptionProductId": 1,
          "purchaseId": 1,
          "productId": 1,
          "draftChargeTiers": [
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            },
            {
              "label": "sample string 1",
              "quantity": 2.0,
              "unitPrice": 3.0,
              "amount": 4.0,
              "sortOrder": 5
            }
          ],
          "hasPurchasePerformanceObligations": true,
          "id": 19,
          "uri": "sample string 20"
        }
      ],
      "subtotal": 1.0,
      "total": 2.0,
      "draftTaxes": [
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "percentFormatted": "sample string 4",
          "total": 5.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "percentFormatted": "sample string 4",
          "total": 5.0
        }
      ],
      "tax": {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "percentFormatted": "sample string 4",
        "total": 5.0
      },
      "totalTaxes": 3.0,
      "totalDiscount": 4.0,
      "poNumber": "sample string 5",
      "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
      "status": "sample string 7",
      "draftChargeGroups": [
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "reference": "sample string 3",
          "subscriptionId": 1,
          "draftCharges": [
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            },
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            }
          ]
        },
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "reference": "sample string 3",
          "subscriptionId": 1,
          "draftCharges": [
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            },
            {
              "transactionId": 1,
              "chargeTypeId": "sample string 2",
              "transactionType": "sample string 3",
              "quantity": 4.0,
              "unitPrice": 5.0,
              "amount": 6.0,
              "taxableAmount": 7.0,
              "subscriptionPeriodId": 8,
              "draftInvoiceId": 9,
              "name": "sample string 10",
              "description": "sample string 11",
              "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "endServiceDate": "2025-05-21T09:26:56.3204053+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                "description": "sample string 7",
                "id": 8,
                "uri": "sample string 9"
              },
              "draftDiscounts": [
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                },
                {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2025-05-21T09:26:56.3204053+00:00",
                  "description": "sample string 7",
                  "id": 8,
                  "uri": "sample string 9"
                }
              ],
              "status": "sample string 15",
              "productItems": null,
              "canProrateCharge": true,
              "postable": true,
              "subscriptionProductId": 1,
              "purchaseId": 1,
              "productId": 1,
              "draftChargeTiers": [
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                },
                {
                  "label": "sample string 1",
                  "quantity": 2.0,
                  "unitPrice": 3.0,
                  "amount": 4.0,
                  "sortOrder": 5
                }
              ],
              "hasPurchasePerformanceObligations": true,
              "id": 19,
              "uri": "sample string 20"
            }
          ]
        }
      ],
      "notes": "sample string 8",
      "shippingInstructions": "sample string 9",
      "openingArBalance": 10.0,
      "closingArBalance": 11.0,
      "creditFromAvailableFunds": 12.0
    }
  ],
  "billingPeriodDefinitionId": 1,
  "nextRechargeDate": "2025-05-21T09:26:56.3204053+00:00",
  "openSubscriptionPeriodEndDate": "2025-05-21T09:26:56.3204053+00:00",
  "invoiceOwner": "sample string 13",
  "invoiceOwnerId": 14,
  "invoiceOwnerCustomerInformation": {
    "firstName": "sample string 1",
    "lastName": "sample string 2",
    "companyName": "sample string 3",
    "id": 4,
    "uri": "sample string 5"
  },
  "geotabDevicePlanId": 1,
  "geotabDevicePlanName": "sample string 15",
  "quickBooksClassId": "sample string 16",
  "remainingRefreshPriceInterval": 1,
  "remainingRefreshPriceIntervalPushOut": 1,
  "id": 17,
  "uri": "sample string 18"
}