Representation of a customer in the external accounting system.

Hierarchy

  • AccountingExtensionCustomer

Constructors

Properties

billingAddress?: Address
currencyCode?: string

The ISO 4217 currency code that represents the currency the customer should be billed in.

emailAddress?: string

The customer's email address

id: string

The ID of the customer in the external accounting system.

name: string

The customer's full name

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc