interface CancellationVoucher {
    amount?: number;
    code: string;
    expirationDate?: Date;
    externalId?: string;
}

Properties

amount?: number
code: string
expirationDate?: Date
externalId?: string