Installments API

Fetch Installments for a Quote
fetchInstallmentsForQuote
GET /billing/{tenantLocator}/installments/quotes/{quoteLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    quoteLocatorpathlocatorrequired
    offsetqueryint?optional
    countqueryint?optional
    Security Group:installments   Permissions:read,list
Fetch Installments for a Policy
fetchInstallmentsForPolicy
GET /billing/{tenantLocator}/installments/policies/{policyLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    policyLocatorpathlocatorrequired
    offsetqueryint?optional
    countqueryint?optional
    Security Group:installments   Permissions:read,list
Fetch Installments for a Policy Transaction
fetchInstallmentsForPolicyTransaction
GET /billing/{tenantLocator}/installments/transactions/{transactionLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    transactionLocatorpathlocatorrequired
    offsetqueryint?optional
    countqueryint?optional
    Security Group:installments   Permissions:read,list
InstallmentResponse
required
locator locator
accountLocator locator
installmentLatticeLocator locator
dueTime datetime
generateTime datetime
currency string
timezone string
coverageDuration number
coverageEndTime datetime
coverageStartTime datetime
installmentDuration number
installmentEndTime datetime
installmentFrameIndex int
installmentStartTime datetime
updatedAt datetime
updatedBy uuid
createdAt datetime
createdBy uuid
installmentItems InstallmentItemResponse[]

optional
policyLocator locator?
transactionLocator locator?
invoiceLocator locator?
quoteLocator locator?
reversalOfInstallmentLocator locator?
reversedByInstallmentLocator locator?
InstallmentItemResponse
required
locator locator
chargeLocator locator
elementLocator locator
elementStaticLocator locator
installmentLocator locator
amount number
chargeCategory Enum premium | tax | fee | credit | nonFinancial | surcharge
chargeType string
createdAt datetime
createdBy uuid

optional
invoiceItemLocator locator?
reversalOfInstallmentItemLocator locator?