An event related to a capacity reservation billing charge.

CapacityReservationBillingEvent

interface CapacityReservationBillingEvent {
    Description?: string;
    PostedDate?: string;
    TransactionAmount?: Currency;
    TransactionType?: string;
}

Properties

Description?: string

A short description of the capacity reservation billing event.

CapacityReservationBillingEvent

PostedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

CapacityReservationBillingEvent

TransactionAmount?: Currency

CapacityReservationBillingEvent

TransactionType?: string

Indicates the type of transaction. For example, FBA Inventory Fee

CapacityReservationBillingEvent