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

Latest commit

 

History

History
26 lines (20 loc) · 573 Bytes

CardholderNoteRequestModel.md

File metadata and controls

26 lines (20 loc) · 573 Bytes

Marqeta::CardholderNoteRequestModel

Properties

Name Type Description Notes
token String [optional]
description String
created_by String
created_by_user_role String [optional]
private Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::CardholderNoteRequestModel.new(
  token: null,
  description: null,
  created_by: null,
  created_by_user_role: null,
  private: null
)