interface RefundAmount {
    refund: number;
    tripCredit: number;
}

Properties

Properties

refund: number
tripCredit: number