interface RefundMethod {
    description: string;
    refundAmount: RefundAmount;
}

Properties

description: string
refundAmount: RefundAmount