The attributes related to the payment made from customer to seller for this order.

Export

PaymentInformation

interface PaymentInformation {
    paymentDate: string;
    paymentMode: string;
    paymentTransactionId: string;
}

Properties

paymentDate: string

Memberof

PaymentInformation

paymentMode: string

The transaction mode of this payment.

Memberof

PaymentInformation

paymentTransactionId: string

The transaction identifier of this payment.

Memberof

PaymentInformation