Delivery Address Type

The location type of an address

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-deliveryaddresstype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Delivery Address Type",
  "description": "The location type of an address\n",
  "type": "string",
  "enum": [
    "BUSINESS",
    "DELIVERY",
    "HOME",
    "MAILING"
  ]
}