Sha256: f3dc407b7303e5a421c3999d48986070a2e45a93f38d3449532b5bf452405e9a

Contents?: true

Size: 725 Bytes

Versions: 4

Compression:

Stored size: 725 Bytes

Contents

# SyncteraRubySdk::FulfillmentDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ship_date** | **Date** | The date that the card was shipped as reported by the card fulfillment provider | [optional][readonly] |
| **shipping_method** | **String** | The specific shipping method as reported by the card fulfillment provider | [optional][readonly] |
| **tracking_number** | **String** | The shipment tracking number | [optional][readonly] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::FulfillmentDetails.new(
  ship_date: Tue Jul 19 03:00:00 EEST 2022,
  shipping_method: UPS Next Day Air Saver,
  tracking_number: 1ZW3268W1319325382
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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