export Expiration

interface Expiration {
    display?: null | string;
    month?: number;
    year?: number;
}

Properties

Properties

display?: null | string
month?: number
year?: number