Optional Readonlybilling_address
billing_address?: {
address: string;
city: string;
country_alpha2: string;
postal_code: string;
}
Optional Readonlybilling_iban
billing_iban?: string | null
Optional Readonlybilling_language
billing_language?: "fr_FR" | "en_GB" | "de_DE"
Optional Readonlydelivery_address
delivery_address?:
| {
address: string;
city: string;
country_alpha2: string;
postal_code: string;
}
| null
Optional Readonlyemails
emails?: readonly string[]
Optional Readonlyexternal_reference
external_reference?: string
Optional Readonlyname
name?: string
Optional Readonlynotes
notes?: string | null
Optional Readonlypayment_conditions
payment_conditions?:
| "upon_receipt"
| "custom"
| "7_days"
| "15_days"
| "30_days"
| "30_days_end_of_month"
| "45_days"
| "45_days_end_of_month"
| "60_days"
Optional Readonlyphone
phone?: string
Optional Readonlyrecipient
recipient?: string
Optional Readonlyreference
reference?: string | null
Optional Readonlyreg_no
reg_no?: string
Optional Readonlyvat_number
vat_number?: string
Request body for updating a company customer.