Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The billing period for an invoice.

    interface BillingPeriod {
        endDate: string;
        startDate: string;
    }
    Index
    endDate: string

    The end of the billing period of an invoice. In ISO 8601 format.

    startDate: string

    The start of the billing period of an invoice. In ISO 8601 format.