Interface DealReferenceResponse

interface DealReferenceResponse {
    dealReference: string;
}

Properties

Properties

dealReference: string