Name | Type | Description | Notes |
---|---|---|---|
method | String | [optional] | |
return_address | FulfillmentAddressRequest | [optional] | |
recipient_address | FulfillmentAddressRequest | [optional] | |
care_of_line | String | 255 char max | [optional] |
require 'marqeta'
instance = Marqeta::Shipping.new(
method: null,
return_address: null,
recipient_address: null,
care_of_line: null
)