Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 596 Bytes

Shipping.md

File metadata and controls

24 lines (18 loc) · 596 Bytes

Marqeta::Shipping

Properties

Name Type Description Notes
method String [optional]
return_address FulfillmentAddressRequest [optional]
recipient_address FulfillmentAddressRequest [optional]
care_of_line String 255 char max [optional]

Example

require 'marqeta'

instance = Marqeta::Shipping.new(
  method: null,
  return_address: null,
  recipient_address: null,
  care_of_line: null
)