POST v1/Customers?view={view}

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
customer
Documentation for 'customer'.

Define this parameter in the request body.

view
Documentation for 'view'.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "username": "sample string 2",
  "hubSpot": {
    "createContact": true,
    "createCompany": true
  },
  "firstName": "sample string 3",
  "middleName": "sample string 4",
  "lastName": "sample string 5",
  "companyName": "sample string 6",
  "suffix": "sample string 7",
  "primaryEmail": "sample string 8",
  "primaryPhone": "sample string 9",
  "secondaryEmail": "sample string 10",
  "secondaryPhone": "sample string 11",
  "title": "sample string 12",
  "reference": "sample string 13",
  "currency": "sample string 14",
  "customerReference": {
    "reference1": "sample string 1",
    "reference2": "sample string 2",
    "reference3": "sample string 3",
    "salesTrackingCodes": [
      {
        "type": "sample string 1",
        "code": "sample string 2"
      },
      {
        "type": "sample string 1",
        "code": "sample string 2"
      },
      {
        "type": "sample string 1",
        "code": "sample string 2"
      }
    ]
  },
  "customerAcquisition": {
    "adContent": "sample string 1",
    "campaign": "sample string 2",
    "keyword": "sample string 3",
    "landingPage": "sample string 4",
    "medium": "sample string 5",
    "source": "sample string 6"
  },
  "netsuiteId": "sample string 15",
  "netsuiteSynchStatus": "sample string 16",
  "salesforceId": "sample string 17",
  "salesforceAccountType": "sample string 18",
  "salesforceSynchStatus": "sample string 19",
  "parentId": 1,
  "quickBooksId": 1,
  "quickBooksLatchType": "sample string 20",
  "hubSpotId": 1,
  "hubSpotCompanyId": 1,
  "geotabId": "sample string 21",
  "salesTrackingCode1": "sample string 22",
  "salesTrackingCode2": "sample string 23",
  "salesTrackingCode3": "sample string 24",
  "salesTrackingCode4": "sample string 25",
  "salesTrackingCode5": "sample string 26",
  "billing": {
    "companyName": "sample string 1",
    "line1": "sample string 2",
    "line2": "sample string 3",
    "city": "sample string 4",
    "postalZip": "sample string 5",
    "country": "sample string 6",
    "state": "sample string 7",
    "countryId": 1,
    "stateId": 1
  },
  "shipping": {
    "companyName": "sample string 1",
    "line1": "sample string 2",
    "line2": "sample string 3",
    "city": "sample string 4",
    "postalZip": "sample string 5",
    "country": "sample string 6",
    "state": "sample string 7",
    "countryId": 1,
    "stateId": 1
  },
  "monthlyBillingPeriodConfiguration": {
    "type": "sample string 1",
    "rule": "sample string 2",
    "interval": "sample string 3",
    "day": 1,
    "month": 1
  },
  "yearlyBillingPeriodConfiguration": {
    "type": "sample string 1",
    "rule": "sample string 2",
    "interval": "sample string 3",
    "day": 1,
    "month": 1
  },
  "addressPreference": {
    "contactName": "sample string 1",
    "shippingInstructions": "sample string 2",
    "useBillingAddressAsShippingAddress": {}
  },
  "billingSetting": {
    "term": "sample string 1",
    "autoCollect": {},
    "dunningExempt": {},
    "rechargeType": "sample string 4",
    "rechargeThresholdAmount": 1.0,
    "rechargeTargetAmount": 1.0,
    "statusOnThreshold": {},
    "autoPostDraftInvoice": {},
    "customerGracePeriod": 1,
    "gracePeriodExtension": 1,
    "standingPoNumber": "sample string 7",
    "acquisitionCost": 1.0,
    "showZeroDollarCharges": {},
    "taxExempt": {},
    "taxExemptCode": "sample string 10",
    "useCustomerBillingAddress": true,
    "avalaraUsageType": "sample string 11",
    "vatIdentificationNumber": "sample string 12",
    "customerServiceStartOption": "sample string 13",
    "rollUpTaxes": {},
    "rollUpDiscounts": {},
    "trackedItemDisplay": {
      "trackedItemDisplayFormat": "sample string 1",
      "showTrackedItemName": {},
      "showTrackedItemReference": {},
      "showTrackedItemDescription": {},
      "showTrackedItemCreatedDate": {}
    },
    "customerAutoCancel": 1,
    "DefaultCancelOption": "sample string 16",
    "postReadyChargesOnRenew": true,
    "autoCollectSettingType": "sample string 17",
    "HierarchySuspendOption": "sample string 18"
  },
  "digitalRiverSettings": {
    "metadata": {
      "fusebillid": "sample string 1"
    },
    "type": "sample string 1",
    "locale": "sample string 2",
    "enabled": true,
    "defaultSourceId": "sample string 3"
  },
  "classicId": 1,
  "lifetimeValue": 1.0
}

application/xml, text/xml

Sample:
Click to beautify!
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <AddressPreference>
    <ContactName>sample string 1</ContactName>
    <ShippingInstructions>sample string 2</ShippingInstructions>
    <UseBillingAddressAsShippingAddress />
  </AddressPreference>
  <Billing>
    <City>sample string 4</City>
    <CompanyName>sample string 1</CompanyName>
    <Country>sample string 6</Country>
    <CountryId>1</CountryId>
    <Line1>sample string 2</Line1>
    <Line2>sample string 3</Line2>
    <PostalZip>sample string 5</PostalZip>
    <State>sample string 7</State>
    <StateId>1</StateId>
  </Billing>
  <BillingSetting>
    <AcquisitionCost>1</AcquisitionCost>
    <AutoCollect />
    <AutoCollectSettingType>sample string 17</AutoCollectSettingType>
    <AutoPostDraftInvoice />
    <AvalaraUsageType>sample string 11</AvalaraUsageType>
    <CustomerAutoCancel>1</CustomerAutoCancel>
    <CustomerGracePeriod>1</CustomerGracePeriod>
    <CustomerServiceStartOption>sample string 13</CustomerServiceStartOption>
    <DefaultCancelOption>sample string 16</DefaultCancelOption>
    <DunningExempt />
    <GracePeriodExtension>1</GracePeriodExtension>
    <HierarchySuspendOption>sample string 18</HierarchySuspendOption>
    <PostReadyChargesOnRenew>true</PostReadyChargesOnRenew>
    <RechargeTargetAmount>1</RechargeTargetAmount>
    <RechargeThresholdAmount>1</RechargeThresholdAmount>
    <RechargeType>sample string 4</RechargeType>
    <RollUpDiscounts />
    <RollUpTaxes />
    <ShowZeroDollarCharges />
    <StandingPoNumber>sample string 7</StandingPoNumber>
    <StatusOnThreshold />
    <TaxExempt />
    <TaxExemptCode>sample string 10</TaxExemptCode>
    <Term>sample string 1</Term>
    <TrackedItemDisplay>
      <ShowTrackedItemCreatedDate />
      <ShowTrackedItemDescription />
      <ShowTrackedItemName />
      <ShowTrackedItemReference />
      <TrackedItemDisplayFormat>sample string 1</TrackedItemDisplayFormat>
    </TrackedItemDisplay>
    <UseCustomerBillingAddress>true</UseCustomerBillingAddress>
    <VatIdentificationNumber>sample string 12</VatIdentificationNumber>
  </BillingSetting>
  <ClassicId>1</ClassicId>
  <CompanyName>sample string 6</CompanyName>
  <Currency>sample string 14</Currency>
  <CustomerAcquisition>
    <AdContent>sample string 1</AdContent>
    <Campaign>sample string 2</Campaign>
    <Keyword>sample string 3</Keyword>
    <LandingPage>sample string 4</LandingPage>
    <Medium>sample string 5</Medium>
    <Source>sample string 6</Source>
  </CustomerAcquisition>
  <CustomerReference>
    <Reference1>sample string 1</Reference1>
    <Reference2>sample string 2</Reference2>
    <Reference3>sample string 3</Reference3>
    <SalesTrackingCodes>
      <CustomerSalesTrackingCode>
        <Code>sample string 2</Code>
        <Type>sample string 1</Type>
      </CustomerSalesTrackingCode>
      <CustomerSalesTrackingCode>
        <Code>sample string 2</Code>
        <Type>sample string 1</Type>
      </CustomerSalesTrackingCode>
      <CustomerSalesTrackingCode>
        <Code>sample string 2</Code>
        <Type>sample string 1</Type>
      </CustomerSalesTrackingCode>
    </SalesTrackingCodes>
  </CustomerReference>
  <DigitalRiverSettings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Common.Dto.DigitalRiver.Post">
    <d2p1:DefaultSourceId>sample string 3</d2p1:DefaultSourceId>
    <d2p1:Enabled>true</d2p1:Enabled>
    <d2p1:Locale>sample string 2</d2p1:Locale>
    <d2p1:Metadata>
      <d2p1:FusebillId>sample string 1</d2p1:FusebillId>
    </d2p1:Metadata>
    <d2p1:Type>sample string 1</d2p1:Type>
  </DigitalRiverSettings>
  <FirstName>sample string 3</FirstName>
  <GeotabId>sample string 21</GeotabId>
  <HubSpotCompanyId>1</HubSpotCompanyId>
  <HubSpotId>1</HubSpotId>
  <LastName>sample string 5</LastName>
  <LifetimeValue>1</LifetimeValue>
  <MiddleName>sample string 4</MiddleName>
  <MonthlyBillingPeriodConfiguration>
    <Day>1</Day>
    <Interval>sample string 3</Interval>
    <Month>1</Month>
    <Rule>sample string 2</Rule>
    <Type>sample string 1</Type>
  </MonthlyBillingPeriodConfiguration>
  <NetsuiteId>sample string 15</NetsuiteId>
  <NetsuiteSynchStatus>sample string 16</NetsuiteSynchStatus>
  <ParentId>1</ParentId>
  <PrimaryEmail>sample string 8</PrimaryEmail>
  <PrimaryPhone>sample string 9</PrimaryPhone>
  <QuickBooksId>1</QuickBooksId>
  <QuickBooksLatchType>sample string 20</QuickBooksLatchType>
  <Reference>sample string 13</Reference>
  <SalesTrackingCode1>sample string 22</SalesTrackingCode1>
  <SalesTrackingCode2>sample string 23</SalesTrackingCode2>
  <SalesTrackingCode3>sample string 24</SalesTrackingCode3>
  <SalesTrackingCode4>sample string 25</SalesTrackingCode4>
  <SalesTrackingCode5>sample string 26</SalesTrackingCode5>
  <SalesforceAccountType>sample string 18</SalesforceAccountType>
  <SalesforceId>sample string 17</SalesforceId>
  <SalesforceSynchStatus>sample string 19</SalesforceSynchStatus>
  <SecondaryEmail>sample string 10</SecondaryEmail>
  <SecondaryPhone>sample string 11</SecondaryPhone>
  <Shipping>
    <City>sample string 4</City>
    <CompanyName>sample string 1</CompanyName>
    <Country>sample string 6</Country>
    <CountryId>1</CountryId>
    <Line1>sample string 2</Line1>
    <Line2>sample string 3</Line2>
    <PostalZip>sample string 5</PostalZip>
    <State>sample string 7</State>
    <StateId>1</StateId>
  </Shipping>
  <Suffix>sample string 7</Suffix>
  <Title>sample string 12</Title>
  <YearlyBillingPeriodConfiguration>
    <Day>1</Day>
    <Interval>sample string 3</Interval>
    <Month>1</Month>
    <Rule>sample string 2</Rule>
    <Type>sample string 1</Type>
  </YearlyBillingPeriodConfiguration>
  <HubSpot>
    <CreateCompany>true</CreateCompany>
    <CreateContact>true</CreateContact>
  </HubSpot>
  <Username>sample string 2</Username>
  <UsernameSet>true</UsernameSet>
</Customer>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
{
  "firstName": "sample string 1",
  "middleName": "sample string 2",
  "lastName": "sample string 3",
  "companyName": "sample string 4",
  "suffix": "sample string 5",
  "primaryEmail": "sample string 6",
  "primaryPhone": "sample string 7",
  "secondaryEmail": "sample string 8",
  "secondaryPhone": "sample string 9",
  "title": "sample string 10",
  "reference": "sample string 11",
  "status": "sample string 12",
  "customerAccountStatus": "sample string 13",
  "currency": "sample string 14",
  "canChangeCurrency": true,
  "customerReference": {
    "reference1": "sample string 1",
    "reference2": "sample string 2",
    "reference3": "sample string 3",
    "classicId": 1,
    "salesTrackingCodes": [
      {
        "type": "sample string 1",
        "code": "sample string 2",
        "name": "sample string 3",
        "id": 4,
        "uri": "sample string 5"
      },
      {
        "type": "sample string 1",
        "code": "sample string 2",
        "name": "sample string 3",
        "id": 4,
        "uri": "sample string 5"
      },
      {
        "type": "sample string 1",
        "code": "sample string 2",
        "name": "sample string 3",
        "id": 4,
        "uri": "sample string 5"
      }
    ],
    "id": 4,
    "uri": "sample string 5"
  },
  "customerAcquisition": {
    "adContent": "sample string 1",
    "campaign": "sample string 2",
    "keyword": "sample string 3",
    "landingPage": "sample string 4",
    "medium": "sample string 5",
    "source": "sample string 6",
    "id": 7,
    "uri": "sample string 8"
  },
  "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": "2024-05-03T05:18:15.42843+00:00",
        "proratedUnitPrice": 1.0,
        "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "rangeQuantity": 1.0,
        "draftDiscount": {
          "draftChargeId": 1,
          "configuredDiscountAmount": 2.0,
          "amount": 3.0,
          "quantity": 4.0,
          "discountType": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
          },
          {
            "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": "2024-05-03T05:18:15.42843+00:00",
        "proratedUnitPrice": 1.0,
        "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "rangeQuantity": 1.0,
        "draftDiscount": {
          "draftChargeId": 1,
          "configuredDiscountAmount": 2.0,
          "amount": 3.0,
          "quantity": 4.0,
          "discountType": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
          },
          {
            "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": "2024-05-03T05:18:15.42843+00:00",
        "proratedUnitPrice": 1.0,
        "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
        "rangeQuantity": 1.0,
        "draftDiscount": {
          "draftChargeId": 1,
          "configuredDiscountAmount": 2.0,
          "amount": 3.0,
          "quantity": 4.0,
          "discountType": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
          },
          {
            "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,
        "total": 4.0
      },
      {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "total": 4.0
      },
      {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "total": 4.0
      }
    ],
    "tax": {
      "id": 1,
      "name": "sample string 1",
      "registrationCode": "sample string 2",
      "percent": 3.0,
      "total": 4.0
    },
    "totalTaxes": 3.0,
    "totalDiscount": 4.0,
    "poNumber": "sample string 5",
    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        }
      ],
      "tax": {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "total": 4.0
      },
      "totalTaxes": 3.0,
      "totalDiscount": 4.0,
      "poNumber": "sample string 5",
      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        }
      ],
      "tax": {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "total": 4.0
      },
      "totalTaxes": 3.0,
      "totalDiscount": 4.0,
      "poNumber": "sample string 5",
      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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": "2024-05-03T05:18:15.42843+00:00",
          "proratedUnitPrice": 1.0,
          "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
          "rangeQuantity": 1.0,
          "draftDiscount": {
            "draftChargeId": 1,
            "configuredDiscountAmount": 2.0,
            "amount": 3.0,
            "quantity": 4.0,
            "discountType": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
            },
            {
              "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,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        }
      ],
      "tax": {
        "id": 1,
        "name": "sample string 1",
        "registrationCode": "sample string 2",
        "percent": 3.0,
        "total": 4.0
      },
      "totalTaxes": 3.0,
      "totalDiscount": 4.0,
      "poNumber": "sample string 5",
      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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
    }
  ],
  "monthlyRecurringRevenue": 16.0,
  "netMonthlyRecurringRevenue": 17.0,
  "salesforceId": "sample string 18",
  "salesforceAccountType": "sample string 19",
  "salesforceSynchStatus": "sample string 20",
  "netsuiteId": "sample string 21",
  "netsuiteSynchStatus": "sample string 22",
  "netsuiteCustomerType": "sample string 23",
  "portalUserName": "sample string 24",
  "parentId": 1,
  "isParent": true,
  "quickBooksLatchType": "sample string 26",
  "quickBooksId": 1,
  "quickBooksSyncToken": 1,
  "hubSpotId": 1,
  "hubSpotCompanyId": 1,
  "geotabId": "sample string 27",
  "digitalRiverId": "sample string 28",
  "modifiedTimestamp": "2024-05-03T05:18:15.4440571+00:00",
  "createdTimestamp": "2024-05-03T05:18:15.4440571+00:00",
  "requiresProjectedInvoiceGeneration": true,
  "requiresFinancialCalendarGeneration": true,
  "subscriptions": [
    {
      "customerId": 1,
      "customerParentId": 1,
      "planFrequency": {
        "planRevisionId": 1,
        "numberOfIntervals": 2,
        "interval": "sample string 3",
        "numberOfSubscriptions": 4,
        "status": "sample string 5",
        "setupFees": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "charges": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "isProrated": true,
        "prorationGranularity": "sample string 7",
        "planFrequencyUniqueId": 8,
        "customFields": [
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          }
        ],
        "remainingInterval": 1,
        "remainingRefreshPriceInterval": 1,
        "invoiceInAdvance": 9,
        "salesforceId": "sample string 10",
        "hostedPageManagedOfferingPlanFrequency": {
          "displayName": "sample string 1",
          "visible": true,
          "isDefault": true,
          "planFrequencyKeyId": 4
        },
        "couponCodes": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ],
        "id": 11,
        "uri": "sample string 12"
      },
      "planCode": "sample string 2",
      "planName": "sample string 3",
      "planDescription": "sample string 4",
      "planReference": "sample string 5",
      "status": "sample string 6",
      "reference": "sample string 7",
      "subscriptionOverride": {
        "name": "sample string 1",
        "description": "sample string 2",
        "charge": 1.0,
        "chargePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "chargePricingModelType": "sample string 3",
        "setupFee": 1.0,
        "setupFeePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "setupFeePricingModelType": "sample string 4",
        "id": 5,
        "uri": "sample string 6"
      },
      "hasPostedInvoice": true,
      "createdTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "activatedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "provisionedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "nextPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "lastPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "scheduledActivationTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "subscriptionProducts": [
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        }
      ],
      "remainingInterval": 1,
      "remainingIntervalPushOut": 1,
      "openSubscriptionPeriodEndDate": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          }
        ],
        "tax": {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        "totalTaxes": 3.0,
        "totalDiscount": 4.0,
        "poNumber": "sample string 5",
        "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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
        }
      ],
      "chargeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "setupFeeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "chargeDiscounts": [
        {
          "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"
        },
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        }
      ],
      "setupFeeDiscounts": [
        {
          "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"
        },
        {
          "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": {}
        },
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        }
      ],
      "planAutoApplyChanges": true,
      "autoApplyCatalogChanges": true,
      "monthlyRecurringRevenue": 12.0,
      "netMonthlyRecurringRevenue": 13.0,
      "amount": 14.0,
      "contractStartTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "contractEndTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "expiredTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "cancellationTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "modifiedTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "coupons": [
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        }
      ],
      "invoiceDay": 1,
      "invoiceMonth": 1,
      "canMigrate": true,
      "migrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationId": 1,
      "scheduledMigrationPlanFamilyRelationshipId": 1,
      "migrations": {
        "sourceSubscriptionId": 1,
        "sourceRelationshipMigrationType": "sample string 1",
        "sourceRelationshipId": 1,
        "destinationSubscriptionId": 1,
        "destinationRelationshipMigrationType": "sample string 2",
        "destinationRelationshipId": 1
      },
      "subscriptionHasRecurringEndOfPeriodCharge": false,
      "nextRechargeDate": "2024-05-03T05:18:15.5221827+00:00",
      "invoiceInAdvance": 16,
      "billingPeriodDefinitionId": 1,
      "sideEffects": {},
      "salesforceId": "sample string 17",
      "invoiceOwner": "sample string 18",
      "invoiceOwnerId": 19,
      "geotabDevicePlanId": 1,
      "geotabDevicePlanName": "sample string 20",
      "quickBooksClassId": "sample string 21",
      "remainingRefreshPriceInterval": 1,
      "remainingRefreshPriceIntervalPushOut": 1,
      "id": 22,
      "uri": "sample string 23"
    },
    {
      "customerId": 1,
      "customerParentId": 1,
      "planFrequency": {
        "planRevisionId": 1,
        "numberOfIntervals": 2,
        "interval": "sample string 3",
        "numberOfSubscriptions": 4,
        "status": "sample string 5",
        "setupFees": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "charges": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "isProrated": true,
        "prorationGranularity": "sample string 7",
        "planFrequencyUniqueId": 8,
        "customFields": [
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          }
        ],
        "remainingInterval": 1,
        "remainingRefreshPriceInterval": 1,
        "invoiceInAdvance": 9,
        "salesforceId": "sample string 10",
        "hostedPageManagedOfferingPlanFrequency": {
          "displayName": "sample string 1",
          "visible": true,
          "isDefault": true,
          "planFrequencyKeyId": 4
        },
        "couponCodes": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ],
        "id": 11,
        "uri": "sample string 12"
      },
      "planCode": "sample string 2",
      "planName": "sample string 3",
      "planDescription": "sample string 4",
      "planReference": "sample string 5",
      "status": "sample string 6",
      "reference": "sample string 7",
      "subscriptionOverride": {
        "name": "sample string 1",
        "description": "sample string 2",
        "charge": 1.0,
        "chargePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "chargePricingModelType": "sample string 3",
        "setupFee": 1.0,
        "setupFeePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "setupFeePricingModelType": "sample string 4",
        "id": 5,
        "uri": "sample string 6"
      },
      "hasPostedInvoice": true,
      "createdTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "activatedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "provisionedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "nextPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "lastPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "scheduledActivationTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "subscriptionProducts": [
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        }
      ],
      "remainingInterval": 1,
      "remainingIntervalPushOut": 1,
      "openSubscriptionPeriodEndDate": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          }
        ],
        "tax": {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        "totalTaxes": 3.0,
        "totalDiscount": 4.0,
        "poNumber": "sample string 5",
        "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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
        }
      ],
      "chargeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "setupFeeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "chargeDiscounts": [
        {
          "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"
        },
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        }
      ],
      "setupFeeDiscounts": [
        {
          "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"
        },
        {
          "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": {}
        },
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        }
      ],
      "planAutoApplyChanges": true,
      "autoApplyCatalogChanges": true,
      "monthlyRecurringRevenue": 12.0,
      "netMonthlyRecurringRevenue": 13.0,
      "amount": 14.0,
      "contractStartTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "contractEndTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "expiredTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "cancellationTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "modifiedTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "coupons": [
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        }
      ],
      "invoiceDay": 1,
      "invoiceMonth": 1,
      "canMigrate": true,
      "migrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationId": 1,
      "scheduledMigrationPlanFamilyRelationshipId": 1,
      "migrations": {
        "sourceSubscriptionId": 1,
        "sourceRelationshipMigrationType": "sample string 1",
        "sourceRelationshipId": 1,
        "destinationSubscriptionId": 1,
        "destinationRelationshipMigrationType": "sample string 2",
        "destinationRelationshipId": 1
      },
      "subscriptionHasRecurringEndOfPeriodCharge": false,
      "nextRechargeDate": "2024-05-03T05:18:15.5221827+00:00",
      "invoiceInAdvance": 16,
      "billingPeriodDefinitionId": 1,
      "sideEffects": {},
      "salesforceId": "sample string 17",
      "invoiceOwner": "sample string 18",
      "invoiceOwnerId": 19,
      "geotabDevicePlanId": 1,
      "geotabDevicePlanName": "sample string 20",
      "quickBooksClassId": "sample string 21",
      "remainingRefreshPriceInterval": 1,
      "remainingRefreshPriceIntervalPushOut": 1,
      "id": 22,
      "uri": "sample string 23"
    },
    {
      "customerId": 1,
      "customerParentId": 1,
      "planFrequency": {
        "planRevisionId": 1,
        "numberOfIntervals": 2,
        "interval": "sample string 3",
        "numberOfSubscriptions": 4,
        "status": "sample string 5",
        "setupFees": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "charges": [
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          },
          {
            "amount": 1.0,
            "conditionAmount": 1.0,
            "variableAmount": 1.0,
            "currency": "sample string 1",
            "conditionAmountDays": 1,
            "id": 2,
            "uri": "sample string 3"
          }
        ],
        "isProrated": true,
        "prorationGranularity": "sample string 7",
        "planFrequencyUniqueId": 8,
        "customFields": [
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          },
          {
            "key": "sample string 1",
            "friendlyName": "sample string 2",
            "dataType": "sample string 3",
            "defaultValue": {}
          }
        ],
        "remainingInterval": 1,
        "remainingRefreshPriceInterval": 1,
        "invoiceInAdvance": 9,
        "salesforceId": "sample string 10",
        "hostedPageManagedOfferingPlanFrequency": {
          "displayName": "sample string 1",
          "visible": true,
          "isDefault": true,
          "planFrequencyKeyId": 4
        },
        "couponCodes": [
          "sample string 1",
          "sample string 2",
          "sample string 3"
        ],
        "id": 11,
        "uri": "sample string 12"
      },
      "planCode": "sample string 2",
      "planName": "sample string 3",
      "planDescription": "sample string 4",
      "planReference": "sample string 5",
      "status": "sample string 6",
      "reference": "sample string 7",
      "subscriptionOverride": {
        "name": "sample string 1",
        "description": "sample string 2",
        "charge": 1.0,
        "chargePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "chargePricingModelType": "sample string 3",
        "setupFee": 1.0,
        "setupFeePriceRanges": [
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          },
          {
            "min": 1.0,
            "max": 1.0,
            "price": 2.0
          }
        ],
        "setupFeePricingModelType": "sample string 4",
        "id": 5,
        "uri": "sample string 6"
      },
      "hasPostedInvoice": true,
      "createdTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "activatedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "provisionedTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "nextPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "lastPeriodStartDate": "2024-05-03T05:18:15.4596833+00:00",
      "scheduledActivationTimestamp": "2024-05-03T05:18:15.4596833+00:00",
      "subscriptionProducts": [
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        },
        {
          "subscriptionId": 1,
          "planProduct": {
            "status": "sample string 1",
            "productId": 2,
            "planId": 3,
            "productCode": "sample string 4",
            "productName": "sample string 5",
            "productStatus": "sample string 6",
            "productDescription": "sample string 7",
            "productType": "sample string 8",
            "productGLCode": "sample string 9",
            "quantity": 10.0,
            "maxQuantity": 1.0,
            "isRecurring": true,
            "isFixed": true,
            "isOptional": true,
            "isIncludedByDefault": true,
            "isTrackingItems": true,
            "chargeAtSubscriptionActivation": true,
            "orderToCashCycles": [
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              },
              {
                "planFrequencyId": 1,
                "planProductId": 2,
                "numberOfIntervals": 3,
                "interval": "sample string 4",
                "chargeModels": [
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  },
                  {
                    "chargeModelType": "sample string 1",
                    "chargeTimingType": "sample string 2",
                    "prorationGranularity": "sample string 3",
                    "prorateOnPositiveQuantity": true,
                    "prorateOnNegativeQuantity": true,
                    "reverseChargeOnNegativeQuantity": true,
                    "id": 7,
                    "uri": "sample string 8"
                  }
                ],
                "customFields": [
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  },
                  {
                    "key": "sample string 1",
                    "friendlyName": "sample string 2",
                    "dataType": "sample string 3",
                    "defaultValue": {}
                  }
                ],
                "remainingInterval": 1,
                "intervalsUntilStart": 1,
                "groupQuantityChangeCharges": true,
                "planProductPriceUplifts": [
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  },
                  {
                    "sequenceNumber": 1,
                    "numberOfIntervals": 2,
                    "amount": 3.0,
                    "repeatForever": true,
                    "currency": "sample string 5",
                    "upliftType": "sample string 6"
                  }
                ],
                "customServiceDateNumberOfIntervals": 6,
                "customServiceDateInterval": "sample string 7",
                "customServiceDateProjection": "sample string 8",
                "upliftPriorToRecharge": true,
                "includingInitialCharge": true,
                "trackPeakQuantity": true,
                "pricebookId": 1,
                "earningInterval": "sample string 10",
                "earningNumberOfIntervals": 1,
                "earningTimingInterval": "sample string 11",
                "earningTimingType": "sample string 12",
                "pricingModel": {
                  "pricingModelType": "sample string 1",
                  "quantityRanges": [
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    },
                    {
                      "min": 1.0,
                      "max": 1.0,
                      "prices": [
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        },
                        {
                          "amount": 1.0,
                          "conditionAmount": 1.0,
                          "variableAmount": 1.0,
                          "currency": "sample string 1",
                          "conditionAmountDays": 1,
                          "id": 2,
                          "uri": "sample string 3"
                        }
                      ],
                      "id": 2,
                      "uri": "sample string 3"
                    }
                  ],
                  "pricingFormulaType": "sample string 2",
                  "id": 3,
                  "uri": "sample string 4"
                },
                "earningSchedules": [
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  },
                  {
                    "currency": "sample string 1",
                    "schedules": [
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      },
                      {
                        "scheduledInterval": "sample string 1",
                        "numberOfIntervals": 1,
                        "scheduledAmount": 1.0,
                        "reference": "sample string 2",
                        "scheduledType": "sample string 3",
                        "id": 4,
                        "uri": "sample string 5"
                      }
                    ]
                  }
                ],
                "amounts": [
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  },
                  {
                    "currency": "sample string 1",
                    "amount": 2.0
                  }
                ],
                "id": 13,
                "uri": "sample string 14"
              }
            ],
            "resetType": "sample string 17",
            "planProductUniqueId": 18,
            "sortOrder": 19,
            "generateZeroDollarCharge": true,
            "hostedPageManagedOfferingPlanProduct": {
              "visible": true,
              "inclusionManagement": true,
              "quantityManagement": true,
              "planProductKeyId": 4
            },
            "id": 21,
            "uri": "sample string 22"
          },
          "quantity": 2.0,
          "isIncluded": true,
          "startDate": "2024-05-03T05:18:15.4909298+00:00",
          "subscriptionProductOverride": {
            "name": "sample string 1",
            "description": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "subscriptionProductPriceOverride": {
            "chargeAmount": 1.0,
            "priceRanges": [
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              },
              {
                "min": 1.0,
                "max": 1.0,
                "price": 2.0
              }
            ],
            "pricingModelType": "sample string 2",
            "id": 3,
            "uri": "sample string 4"
          },
          "chargeAtSubscriptionActivation": true,
          "isCharged": true,
          "subscriptionProductDiscount": {
            "discountType": "sample string 1",
            "amount": 2.0,
            "remainingUsagesUntilStart": 3,
            "remainingUsage": 1,
            "id": 4,
            "uri": "sample string 5"
          },
          "subscriptionProductDiscounts": [
            {
              "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"
            },
            {
              "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": {}
            },
            {
              "key": "sample string 1",
              "friendlyName": "sample string 2",
              "dataType": "sample string 3",
              "value": {}
            }
          ],
          "monthlyRecurringRevenue": 6.0,
          "netMonthlyRecurringRevenue": 7.0,
          "amount": 8.0,
          "status": "sample string 9",
          "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              },
              {
                "id": 1,
                "name": "sample string 1",
                "registrationCode": "sample string 2",
                "percent": 3.0,
                "total": 4.0
              }
            ],
            "tax": {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            "totalTaxes": 3.0,
            "totalDiscount": 4.0,
            "poNumber": "sample string 5",
            "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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": "2024-05-03T05:18:15.42843+00:00",
                    "proratedUnitPrice": 1.0,
                    "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                    "rangeQuantity": 1.0,
                    "draftDiscount": {
                      "draftChargeId": 1,
                      "configuredDiscountAmount": 2.0,
                      "amount": 3.0,
                      "quantity": 4.0,
                      "discountType": "sample string 5",
                      "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                      },
                      {
                        "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
          },
          "lastPurchaseDate": "2024-05-03T05:18:15.506555+00:00",
          "earningSettings": {
            "earningTimingInterval": "sample string 1",
            "earningTimingType": "sample string 2",
            "earningInterval": "sample string 3",
            "earningNumberOfInterval": 1
          },
          "remainingInterval": 1,
          "intervalsUntilStart": 1,
          "groupQuantityChangeCharges": true,
          "priceUpliftsEnabled": true,
          "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
            },
            {
              "sequenceNumber": 1,
              "numberOfIntervals": 2,
              "remainingIntervals": 3,
              "amount": 4.0,
              "upliftType": "sample string 5",
              "repeatForever": true,
              "upliftPriorToRecharge": true
            }
          ],
          "upliftPriorToRecharge": true,
          "includingInitialCharge": true,
          "historicalPriceUplifts": [
            {
              "consumedTimestamp": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.506555+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
            }
          ],
          "customServiceDateNumberOfIntervals": 14,
          "customServiceDateInterval": "sample string 15",
          "customServiceDateProjection": "sample string 16",
          "modifiedTimestamp": "2024-05-03T05:18:15.506555+00:00",
          "salesforceId": "sample string 18",
          "generateZeroDollarCharge": true,
          "trackPeakQuantity": true,
          "peakQuantity": 1.0,
          "pricebookId": 1,
          "id": 21,
          "uri": "sample string 22"
        }
      ],
      "remainingInterval": 1,
      "remainingIntervalPushOut": 1,
      "openSubscriptionPeriodEndDate": "2024-05-03T05:18:15.506555+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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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": "2024-05-03T05:18:15.42843+00:00",
            "proratedUnitPrice": 1.0,
            "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
            "rangeQuantity": 1.0,
            "draftDiscount": {
              "draftChargeId": 1,
              "configuredDiscountAmount": 2.0,
              "amount": 3.0,
              "quantity": 4.0,
              "discountType": "sample string 5",
              "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
              },
              {
                "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,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          }
        ],
        "tax": {
          "id": 1,
          "name": "sample string 1",
          "registrationCode": "sample string 2",
          "percent": 3.0,
          "total": 4.0
        },
        "totalTaxes": 3.0,
        "totalDiscount": 4.0,
        "poNumber": "sample string 5",
        "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
                "proratedUnitPrice": 1.0,
                "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                "rangeQuantity": 1.0,
                "draftDiscount": {
                  "draftChargeId": 1,
                  "configuredDiscountAmount": 2.0,
                  "amount": 3.0,
                  "quantity": 4.0,
                  "discountType": "sample string 5",
                  "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                  },
                  {
                    "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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": "2024-05-03T05:18:15.42843+00:00",
              "proratedUnitPrice": 1.0,
              "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
              "rangeQuantity": 1.0,
              "draftDiscount": {
                "draftChargeId": 1,
                "configuredDiscountAmount": 2.0,
                "amount": 3.0,
                "quantity": 4.0,
                "discountType": "sample string 5",
                "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                },
                {
                  "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,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            },
            {
              "id": 1,
              "name": "sample string 1",
              "registrationCode": "sample string 2",
              "percent": 3.0,
              "total": 4.0
            }
          ],
          "tax": {
            "id": 1,
            "name": "sample string 1",
            "registrationCode": "sample string 2",
            "percent": 3.0,
            "total": 4.0
          },
          "totalTaxes": 3.0,
          "totalDiscount": 4.0,
          "poNumber": "sample string 5",
          "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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": "2024-05-03T05:18:15.42843+00:00",
                  "proratedUnitPrice": 1.0,
                  "startServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "endServiceDate": "2024-05-03T05:18:15.42843+00:00",
                  "rangeQuantity": 1.0,
                  "draftDiscount": {
                    "draftChargeId": 1,
                    "configuredDiscountAmount": 2.0,
                    "amount": 3.0,
                    "quantity": 4.0,
                    "discountType": "sample string 5",
                    "effectiveTimestamp": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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": "2024-05-03T05:18:15.42843+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
                    },
                    {
                      "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
        }
      ],
      "chargeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "setupFeeDiscount": {
        "discountType": "sample string 1",
        "amount": 2.0,
        "remainingUsagesUntilStart": 3,
        "remainingUsage": 1,
        "id": 4,
        "uri": "sample string 5"
      },
      "chargeDiscounts": [
        {
          "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"
        },
        {
          "discountType": "sample string 1",
          "amount": 2.0,
          "remainingUsagesUntilStart": 3,
          "remainingUsage": 1,
          "id": 4,
          "uri": "sample string 5"
        }
      ],
      "setupFeeDiscounts": [
        {
          "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"
        },
        {
          "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": {}
        },
        {
          "key": "sample string 1",
          "friendlyName": "sample string 2",
          "dataType": "sample string 3",
          "value": {}
        }
      ],
      "planAutoApplyChanges": true,
      "autoApplyCatalogChanges": true,
      "monthlyRecurringRevenue": 12.0,
      "netMonthlyRecurringRevenue": 13.0,
      "amount": 14.0,
      "contractStartTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "contractEndTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "expiredTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "cancellationTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "modifiedTimestamp": "2024-05-03T05:18:15.5221827+00:00",
      "coupons": [
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        },
        {
          "subscriptionId": 1,
          "couponCode": "sample string 2",
          "sideEffects": {},
          "id": 3,
          "uri": "sample string 4"
        }
      ],
      "invoiceDay": 1,
      "invoiceMonth": 1,
      "canMigrate": true,
      "migrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationDate": "2024-05-03T05:18:15.5221827+00:00",
      "scheduledMigrationId": 1,
      "scheduledMigrationPlanFamilyRelationshipId": 1,
      "migrations": {
        "sourceSubscriptionId": 1,
        "sourceRelationshipMigrationType": "sample string 1",
        "sourceRelationshipId": 1,
        "destinationSubscriptionId": 1,
        "destinationRelationshipMigrationType": "sample string 2",
        "destinationRelationshipId": 1
      },
      "subscriptionHasRecurringEndOfPeriodCharge": false,
      "nextRechargeDate": "2024-05-03T05:18:15.5221827+00:00",
      "invoiceInAdvance": 16,
      "billingPeriodDefinitionId": 1,
      "sideEffects": {},
      "salesforceId": "sample string 17",
      "invoiceOwner": "sample string 18",
      "invoiceOwnerId": 19,
      "geotabDevicePlanId": 1,
      "geotabDevicePlanName": "sample string 20",
      "quickBooksClassId": "sample string 21",
      "remainingRefreshPriceInterval": 1,
      "remainingRefreshPriceIntervalPushOut": 1,
      "id": 22,
      "uri": "sample string 23"
    }
  ],
  "customerAddressPreference": {
    "contactName": "sample string 1",
    "shippingInstructions": "sample string 2",
    "useBillingAddressAsShippingAddress": true,
    "addressForTaxes": {
      "customerAddressPreferenceId": 1,
      "companyName": "sample string 2",
      "line1": "sample string 3",
      "line2": "sample string 4",
      "countryId": 1,
      "country": "sample string 5",
      "stateId": 1,
      "state": "sample string 6",
      "city": "sample string 7",
      "postalZip": "sample string 8",
      "addressType": "sample string 9",
      "valid": true,
      "id": 11,
      "uri": "sample string 12"
    },
    "billingAddress": {
      "customerAddressPreferenceId": 1,
      "companyName": "sample string 2",
      "line1": "sample string 3",
      "line2": "sample string 4",
      "countryId": 1,
      "country": "sample string 5",
      "stateId": 1,
      "state": "sample string 6",
      "city": "sample string 7",
      "postalZip": "sample string 8",
      "addressType": "sample string 9",
      "valid": true,
      "id": 11,
      "uri": "sample string 12"
    },
    "shippingAddress": {
      "customerAddressPreferenceId": 1,
      "companyName": "sample string 2",
      "line1": "sample string 3",
      "line2": "sample string 4",
      "countryId": 1,
      "country": "sample string 5",
      "stateId": 1,
      "state": "sample string 6",
      "city": "sample string 7",
      "postalZip": "sample string 8",
      "addressType": "sample string 9",
      "valid": true,
      "id": 11,
      "uri": "sample string 12"
    },
    "id": 4,
    "uri": "sample string 5"
  },
  "customerBillingSetting": {
    "invoiceDay": 1,
    "term": "sample string 1",
    "interval": "sample string 2",
    "autoCollect": true,
    "dunningExempt": true,
    "rechargeType": "sample string 4",
    "rechargeThresholdAmount": 1.0,
    "rechargeTargetAmount": 1.0,
    "statusOnThreshold": true,
    "autoPostDraftInvoice": true,
    "hasPaymentMethod": true,
    "customerGracePeriod": 1,
    "gracePeriodExtension": 1,
    "customerAutoCancel": 1,
    "defaultCancelOption": "sample string 6",
    "standingPoNumber": "sample string 7",
    "billingPeriodConfigurations": [
      {
        "type": "sample string 1",
        "rule": "sample string 2",
        "interval": "sample string 3",
        "day": 1,
        "month": 1
      },
      {
        "type": "sample string 1",
        "rule": "sample string 2",
        "interval": "sample string 3",
        "day": 1,
        "month": 1
      },
      {
        "type": "sample string 1",
        "rule": "sample string 2",
        "interval": "sample string 3",
        "day": 1,
        "month": 1
      }
    ],
    "acquisitionCost": 8.0,
    "showZeroDollarCharges": true,
    "taxExempt": true,
    "useCustomerBillingAddress": true,
    "taxExemptCode": "sample string 10",
    "avalaraUsageType": "sample string 11",
    "vatIdentificationNumber": "sample string 12",
    "customerServiceStartOption": "sample string 13",
    "rollUpTaxes": true,
    "rollUpDiscounts": true,
    "rollUpPdfsByPlanProduct": true,
    "invoiceSummarization": true,
    "invoiceSummarizationOption": "sample string 16",
    "rollUpPdfsDisplayName": true,
    "rollUpPdfsDisplayDescription": true,
    "rollUpPdfsDisplayAllUnitPrices": true,
    "pdfInvoiceEmailAttachmentOption": "sample string 20",
    "invoiceSummarizationFollowAccountDefaults": true,
    "trackedItemDisplay": {
      "trackedItemDisplayFormat": "sample string 1",
      "showTrackedItemName": true,
      "showTrackedItemReference": true,
      "showTrackedItemDescription": true,
      "showTrackedItemCreatedDate": true
    },
    "customerBillingStatementSetting": {
      "option": "sample string 1",
      "type": "sample string 2",
      "interval": "sample string 3",
      "day": 1,
      "month": 1,
      "trackedItemDisplay": {
        "trackedItemDisplayFormat": "sample string 1",
        "showTrackedItemName": true,
        "showTrackedItemReference": true,
        "showTrackedItemDescription": true,
        "showTrackedItemCreatedDate": true
      },
      "statementActivityType": "sample string 4"
    },
    "defaultPaymentMethodId": 1,
    "postReadyChargesOnRenew": true,
    "autoCollectSettingType": "sample string 22",
    "hierarchySuspendOption": "sample string 23",
    "id": 24,
    "uri": "sample string 25"
  },
  "customerEmailPreferences": {
    "customerId": 1,
    "preferences": [
      {
        "enabled": true,
        "accountDefault": true,
        "emailType": "sample string 2",
        "emailCategory": "sample string 3"
      },
      {
        "enabled": true,
        "accountDefault": true,
        "emailType": "sample string 2",
        "emailCategory": "sample string 3"
      },
      {
        "enabled": true,
        "accountDefault": true,
        "emailType": "sample string 2",
        "emailCategory": "sample string 3"
      }
    ]
  },
  "customerCredential": {
    "username": "sample string 1",
    "status": "sample string 2",
    "password": "sample string 3",
    "id": 4,
    "uri": "sample string 5"
  },
  "sideEffects": {},
  "id": 33,
  "uri": "sample string 34"
}

application/xml

Sample:
Click to beautify!

Sample not available.

text/xml

Sample:
Click to beautify!

Sample not available.