The charge refund transaction.

ChargeRefundTransaction

interface ChargeRefundTransaction {
    ChargeAmount?: Currency;
    ChargeType?: string;
}

Properties

ChargeAmount?: Currency

ChargeRefundTransaction

ChargeType?: string

The type of charge.

ChargeRefundTransaction