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) · 570 Bytes

MerchantCardRequest.md

File metadata and controls

24 lines (18 loc) · 570 Bytes

Marqeta::MerchantCardRequest

Properties

Name Type Description Notes
card_product_token String
expedite Boolean [optional][default to false]
metadata Hash<String, String> [optional]
expiration_offset ExpirationOffset [optional]

Example

require 'marqeta'

instance = Marqeta::MerchantCardRequest.new(
  card_product_token: null,
  expedite: null,
  metadata: null,
  expiration_offset: null
)