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

PasswordUpdateModel.md

File metadata and controls

20 lines (14 loc) · 346 Bytes

Marqeta::PasswordUpdateModel

Properties

Name Type Description Notes
new_password String
current_password String

Example

require 'marqeta'

instance = Marqeta::PasswordUpdateModel.new(
  new_password: null,
  current_password: null
)