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

Latest commit

 

History

History
34 lines (28 loc) · 1.01 KB

BulkIssuanceRequest.md

File metadata and controls

34 lines (28 loc) · 1.01 KB

Marqeta::BulkIssuanceRequest

Properties

Name Type Description Notes
token String
fulfillment Fulfillment
expedite Boolean [optional][default to false]
card_product_token String
card_allocation Integer
user_association UserAssociation [optional]
name_line_1_numeric_postfix Boolean [optional][default to false]
name_line_1_random_postfix Boolean [optional][default to false]
expiration_offset ExpirationOffset [optional]

Example

require 'marqeta'

instance = Marqeta::BulkIssuanceRequest.new(
  token: null,
  fulfillment: null,
  expedite: null,
  card_product_token: null,
  card_allocation: null,
  user_association: null,
  name_line_1_numeric_postfix: null,
  name_line_1_random_postfix: null,
  expiration_offset: null
)