Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 285 Bytes

recipienttype.md

File metadata and controls

17 lines (11 loc) · 285 Bytes

RecipientType

Mandatory for Fedex only. License type of the recipient of the Alcohol Package.

Example Usage

import { RecipientType } from "shippo/models/components";

let value: RecipientType = "licensee";

Values

"licensee" | "consumer"