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

Latest commit

 

History

History
22 lines (16 loc) · 376 Bytes

PanRequest.md

File metadata and controls

22 lines (16 loc) · 376 Bytes

Marqeta::PanRequest

Properties

Name Type Description Notes
pan String
cvv_number String [optional]
expiration String [optional]

Example

require 'marqeta'

instance = Marqeta::PanRequest.new(
  pan: null,
  cvv_number: null,
  expiration: null
)