Sha256: 4e15a4dcb09f1732f4f82bdc6caf0f34bc6093a97476a29ab11ab2d34fe8e4b8

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

# SyncteraRubySdk::PhysicalCardResponseStatusAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **card_fulfillment_status** | [**CardFulfillmentStatus**](CardFulfillmentStatus.md) |  |  |
| **fulfillment_details** | [**FulfillmentDetails**](FulfillmentDetails.md) |  | [optional] |
| **tracking_number** | **String** | This contains all shipping details as provided by the card fulfillment provider, including the tracking number. This field is deprecated. Instead, please use the fulfillment_details object, which includes a field for just the tracking number.  | [optional][readonly] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PhysicalCardResponseStatusAllOf.new(
  card_fulfillment_status: null,
  fulfillment_details: null,
  tracking_number: Ship Date [2022-07-19], 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/PhysicalCardResponseStatusAllOf.md
synctera_ruby_sdk-1.1.2 docs/PhysicalCardResponseStatusAllOf.md
synctera_ruby_sdk-1.1.1 docs/PhysicalCardResponseStatusAllOf.md
synctera_ruby_sdk-1.0.0 docs/PhysicalCardResponseStatusAllOf.md