Postal code value with country code

PostalCode

interface PostalCode {
    countryCode?: string;
    value?: string;
}

Properties

Properties

countryCode?: string

Country code value

PostalCode

value?: string

Postal code value

PostalCode

MMNEPVFCICPMFPCPTTAAATR