@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
38 lines (37 loc) • 459 B
JavaScript
const enUS = [
{
id: "ACT",
name: "Australian Capital Territory"
},
{
id: "NSW",
name: "New South Wales"
},
{
id: "NT",
name: "Northern Territory"
},
{
id: "QLD",
name: "Queensland"
},
{
id: "SA",
name: "South Australia"
},
{
id: "TAS",
name: "Tasmania"
},
{
id: "VIC",
name: "Victoria"
},
{
id: "WA",
name: "Western Australia"
}
];
export {
enUS as default
};