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 Readonlyfirst_name
first_name?: string
Optional Readonlylast_name
last_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
Request body for updating an individual customer.