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

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.

SellerDealPaymentEvent

dealId?: string

The unique identifier of the deal.

SellerDealPaymentEvent

eventType?: string

The type of event: SellerDealComplete.

SellerDealPaymentEvent

feeAmount?: Currency

SellerDealPaymentEvent

feeType?: string

The type of fee: RunLightningDealFee.

SellerDealPaymentEvent

postedDate?: string

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

SellerDealPaymentEvent

taxAmount?: Currency

SellerDealPaymentEvent

totalAmount?: Currency

SellerDealPaymentEvent