Sha256: 05dd77a66b6ecbad78295c704aabb10df066c9da58f5d83398ed8fb8b2e08d92
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# Conekta::OrderResponseShippingContact ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **phone** | **String** | | [optional] | | **receiver** | **String** | | [optional] | | **between_streets** | **String** | | [optional] | | **address** | [**CustomerShippingContactsResponseAddress**](CustomerShippingContactsResponseAddress.md) | | [optional] | | **parent_id** | **String** | | [optional] | | **default** | **Boolean** | | [optional] | | **id** | **String** | | [optional] | | **created_at** | **Integer** | | [optional] | | **metadata** | **Hash<String, Object>** | Metadata associated with the shipping contact | [optional] | | **object** | **String** | | [optional] | | **deleted** | **Boolean** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::OrderResponseShippingContact.new( phone: +525511223344, receiver: Marvin Fuller, between_streets: Ackerman Crescent, address: null, parent_id: null, default: false, id: null, created_at: null, metadata: null, object: null, deleted: false ) ```
Version data entries
4 entries across 4 versions & 1 rubygems