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

PinRevealRequest.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

Marqeta::PinRevealRequest

Properties

Name Type Description Notes
control_token String
cardholder_verification_method String Verification method required

Example

require 'marqeta'

instance = Marqeta::PinRevealRequest.new(
  control_token: null,
  cardholder_verification_method: null
)