BillingCreditNote Object
Description
Credit note applied to billing, reducing the total amount due.
Declaration
type BillingCreditNote {
title: String
amount: Float
}
Fields
| Name | Type | Description |
|---|---|---|
title | String | Title or description of the credit note. |
amount | Float | Credit amount applied to the billing total. |