Sha256: 766b7adc82fde0f79c6e1d011e81925f89a76bb83be5625220eba3610b538a19

Contents?: true

Size: 901 Bytes

Versions: 5

Compression:

Stored size: 901 Bytes

Contents

# Conekta::CustomerUpdateShippingContacts

## 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) |  | [optional] |
| **parent_id** | **String** |  | [optional] |
| **default** | **Boolean** |  | [optional] |
| **deleted** | **Boolean** |  | [optional] |

## Example

```ruby
require 'conekta'

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

Version data entries

5 entries across 5 versions & 1 rubygems

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