Sha256: 59b12f35ee9050b8be4b8085384d827aa86f7ee46d65f6eb3fa7512e34cc4334

Contents?: true

Size: 860 Bytes

Versions: 4

Compression:

Stored size: 860 Bytes

Contents

# Conekta::CustomerAddress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **street1** | **String** |  |  |
| **street2** | **String** |  | [optional] |
| **postal_code** | **String** |  |  |
| **city** | **String** |  |  |
| **state** | **String** |  | [optional] |
| **country** | **String** | this field follows the [ISO 3166-1 alpha-2 standard](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) | [optional] |
| **residential** | **Boolean** |  | [optional][default to false] |
| **external_number** | **String** |  | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::CustomerAddress.new(
  street1: Nuevo Leon 254,
  street2: Departamento 404,
  postal_code: 06100,
  city: Ciudad de Mexico,
  state: Ciudad de Mexico,
  country: MX,
  residential: true,
  external_number: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
conekta-6.0.4 docs/CustomerAddress.md
conekta-6.0.3 docs/CustomerAddress.md
conekta-6.0.2 docs/CustomerAddress.md
conekta-6.0.1 docs/CustomerAddress.md