Charges breakdown.

Hierarchy

  • ChargebackBreakdown

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
chargeType?: string

The type of charge for a particular product.

cost?: number

The cost for a particular product and charge type during a given month.

productName?: string

The product for which cost is being reported.

Generated using TypeDoc