Sha256: 1187ca75337892505463112c445696724e0fa069409c512298d7d05c7cb2fa31

Contents?: true

Size: 826 Bytes

Versions: 5

Compression:

Stored size: 826 Bytes

Contents

# Conekta::CustomerShippingContactsAddress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **street1** | **String** |  | [optional] |
| **street2** | **String** |  | [optional] |
| **postal_code** | **String** |  | [optional] |
| **city** | **String** |  | [optional] |
| **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] |

## Example

```ruby
require 'conekta'

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

Version data entries

5 entries across 5 versions & 1 rubygems

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