An event linked to the payment of a fee related to the specified deal.

Export

SellerDealPaymentEvent

interface SellerDealPaymentEvent {
    dealDescription?: string;
    dealId?: string;
    eventType?: string;
    feeAmount?: Currency;
    feeType?: string;
    postedDate?: string;
    taxAmount?: Currency;
    totalAmount?: Currency;
}

Properties

dealDescription?: string

The internal description of the deal.

Memberof

SellerDealPaymentEvent

dealId?: string

The unique identifier of the deal.

Memberof

SellerDealPaymentEvent

eventType?: string

The type of event: SellerDealComplete.

Memberof

SellerDealPaymentEvent

feeAmount?: Currency

Memberof

SellerDealPaymentEvent

feeType?: string

The type of fee: RunLightningDealFee.

Memberof

SellerDealPaymentEvent

postedDate?: string

Memberof

SellerDealPaymentEvent

taxAmount?: Currency

Memberof

SellerDealPaymentEvent

totalAmount?: Currency

Memberof

SellerDealPaymentEvent