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

LoginRequestModel.md

File metadata and controls

22 lines (16 loc) · 400 Bytes

Marqeta::LoginRequestModel

Properties

Name Type Description Notes
email String [optional]
password String [optional]
user_token String [optional]

Example

require 'marqeta'

instance = Marqeta::LoginRequestModel.new(
  email: null,
  password: null,
  user_token: null
)