Sha256: 93d6af00cd0b3f9e3f426fae36df34f12e7b50a9643b598907b224ee3574b796
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
# Conekta::CustomerShippingContactsResponse ## 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::CustomerShippingContactsResponse.new( phone: +525511223344, receiver: Marvin Fuller, between_streets: Ackerman Crescent, address: null, parent_id: null, default: false, id: adr_1234567890, created_at: 1675715413, metadata: null, object: shipping_contact, deleted: false ) ```
Version data entries
4 entries across 4 versions & 1 rubygems