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

Latest commit

 

History

History
20 lines (14 loc) · 450 Bytes

FulfillmentResponse.md

File metadata and controls

20 lines (14 loc) · 450 Bytes

Marqeta::FulfillmentResponse

Properties

Name Type Description Notes
shipping ShippingInformationResponse [optional]
card_personalization CardPersonalization

Example

require 'marqeta'

instance = Marqeta::FulfillmentResponse.new(
  shipping: null,
  card_personalization: null
)