Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

UserstagedCreateUserV1ResponseMPayload.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

EzmaxApi::UserstagedCreateUserV1ResponseMPayload

Properties

Name Type Description Notes
pki_user_id Integer The unique ID of the User

Example

require 'Ezmaxapi'

instance = EzmaxApi::UserstagedCreateUserV1ResponseMPayload.new(
  pki_user_id: 70
)