For AI agents: visit https://docs.affirm.com/developers/v1.0-Global-Integration/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Attribut Type de données Description street1 string Ligne d'adresse 1 (p. ex. rue, boîte postale ou nom de l'entreprise). street2 string Adresse ligne 2 (p. ex. appartement, suite, unité ou immeuble). city string Ville, quartier, banlieue, bourg ou village. region1_code string État, comté, province ou région. postal_code string Code postal. Country_code string Three-letter country code (examples:USA, CAN).
The address object
"address":{
"street1": "4519 Rue Levy",
"street2": "Apt 1",
"city": "Saint-Laurent",
"region1_code": "QC",
"postal_code": "H4R2P9",
"country_code": "CAN"
}