Type alias ServiceAccountStatementV2

ServiceAccountStatementV2: {
    @type: "ServiceAccountStatement";
    balanceAdjustments?: MonetaryAmountV2;
    billingAddress?: util.v2.OneOrMore<PostalAddressV2 | string>;
    dueDate?: string;
    serviceAddress?: util.v2.OneOrMore<PostalAddressV2 | string>;
    statementDate?: string;
    totalBill?: MonetaryAmountV2;
}

Type declaration