Sha256: 7d25878f833f56efb929e869f52b251a3236137ab74fe7fdd5de974860f0d359

Contents?: true

Size: 900 Bytes

Versions: 4

Compression:

Stored size: 900 Bytes

Contents

# SyncteraRubySdk::Shipping

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address** | [**ShippingAddress1**](ShippingAddress1.md) |  | [optional] |
| **care_of_line** | **String** | The name of the person to send in care of | [optional] |
| **is_expedited_fulfillment** | **Boolean** | Is the shipment expedited | [optional][default to false] |
| **method** | **String** | The shipping method | [optional][default to 'LOCAL_MAIL'] |
| **phone_number** | **String** | The phone number of the recipient | [optional] |
| **recipient_name** | [**RecipientName**](RecipientName.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Shipping.new(
  address: null,
  care_of_line: null,
  is_expedited_fulfillment: true,
  method: LOCAL_MAIL,
  phone_number: +14374570680,
  recipient_name: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Shipping.md
synctera_ruby_sdk-1.1.2 docs/Shipping.md
synctera_ruby_sdk-1.1.1 docs/Shipping.md
synctera_ruby_sdk-1.0.0 docs/Shipping.md