Interface IUnifiCare

interface IUnifiCare {
    activation_dismissed: null;
    activation_end: null;
    activation_url: null;
    coverage_end: null;
    coverage_start: null;
    registration: number;
    rma_url: null;
    state: string;
    tracking_url: null;
}

Properties

activation_dismissed: null
activation_end: null
activation_url: null
coverage_end: null
coverage_start: null
registration: number
rma_url: null
state: string
tracking_url: null

Generated using TypeDoc