An event related to a value added service charge.

ValueAddedServiceChargeEvent

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

Properties

Description?: string

A short description of the service charge event.

ValueAddedServiceChargeEvent

PostedDate?: string

ValueAddedServiceChargeEvent

TransactionAmount?: Currency

ValueAddedServiceChargeEvent

TransactionType?: string

Indicates the type of transaction. Example: 'Other Support Service fees'

ValueAddedServiceChargeEvent