Sha256: 787752db001c6478a212960e0e6d1eded89b42d5f7c03018b0b8164ea007a434

Contents?: true

Size: 1008 Bytes

Versions: 4

Compression:

Stored size: 1008 Bytes

Contents

# Conekta::CustomerShippingContacts

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **phone** | **String** | Phone contact | [optional] |
| **receiver** | **String** | Name of the person who will receive the order | [optional] |
| **between_streets** | **String** | The street names between which the order will be delivered. | [optional] |
| **address** | [**CustomerShippingContactsAddress**](CustomerShippingContactsAddress.md) |  |  |
| **parent_id** | **String** |  | [optional] |
| **default** | **Boolean** |  | [optional] |
| **deleted** | **Boolean** |  | [optional] |
| **metadata** | **Hash<String, Object>** | Metadata associated with the shipping contact | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::CustomerShippingContacts.new(
  phone: +525511223344,
  receiver: Marvin Fuller,
  between_streets: Ackerman Crescent,
  address: null,
  parent_id: null,
  default: null,
  deleted: null,
  metadata: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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