BatchCreateBillingAdjustmentRequestEntry
An individual entry in a batch billing adjustment request, specifying the invoice and adjustment details.
Types
Properties
Link copied to clipboard
The adjustment amount as a string representation of a decimal number in the currency of the invoice.
Link copied to clipboard
The reason code for the billing adjustment.
Link copied to clipboard
The unique identifier of the agreement associated with the invoice.
Link copied to clipboard
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Link copied to clipboard
The 3-letter ISO 4217 currency code for the adjustment amount. Must match the currency code of the offer associated with the agreement (e.g., USD).
Link copied to clipboard
An optional detailed description of the adjustment reason.
Link copied to clipboard
The identifier of the original invoice to adjust.
Functions
Link copied to clipboard
inline fun copy(block: BatchCreateBillingAdjustmentRequestEntry.Builder.() -> Unit = {}): BatchCreateBillingAdjustmentRequestEntry