Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 559 Bytes

File metadata and controls

28 lines (20 loc) · 559 Bytes

Type

The type of address.

Example Usage

import com.apideck.unify.models.components.Type;

Type value = Type.PRIMARY;

// Open enum: use .of() to create instances from custom string values
Type custom = Type.of("custom_value");

Values

Name Value
PRIMARY primary
SECONDARY secondary
HOME home
OFFICE office
SHIPPING shipping
BILLING billing
WORK work
OTHER other