Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.08 KB

OrderResponseShippingContact.md

File metadata and controls

38 lines (32 loc) · 1.08 KB

Conekta::OrderResponseShippingContact

Properties

Name Type Description Notes
phone String [optional]
receiver String [optional]
between_streets String [optional]
address CustomerShippingContactsResponseAddress [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

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
)