LocationBase
- accountType: string · Account Id
_id required - idType: string · Idrequired
- nameType: string · Namerequired
- addressType: object · Address nullable
- cityType: string · Cityrequired
- stateType: string · Staterequired
- streetType: string · Street Line1
_line1 required - zipType: string · Ziprequired
- streetType: string · Street Line2
_line2
- countryType: string | null · Country Code
_code - createdType: string | null · Created AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- currencyType: string | null · Currency
- deletedType: string | null · Deleted AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- emailType: string | null · Email
- metadataType: object | null · Metadata
- phoneType: string | null · Phone
- processorType: string | null · Processor Config Id
_config _id - statusType: string · Status
- surchargeType: number | null · Surcharge Rate
_rate Surcharge percentage (e.g., 3.5 for 3.5%). Setting to null disables automatic surcharge logic. Setting to 0 means surcharges will NEVER be applied unless explicitly overridden.
- terminalType: string | null · Terminal Id
_id - updatedType: string | null · Updated AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

