Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 571 Bytes

CreditcardclientCreateObjectV1ResponseMPayload.md

File metadata and controls

18 lines (12 loc) · 571 Bytes

EzmaxApi::CreditcardclientCreateObjectV1ResponseMPayload

Properties

Name Type Description Notes
a_pki_creditcardclient_id Array<Integer> An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.

Example

require 'Ezmaxapi'

instance = EzmaxApi::CreditcardclientCreateObjectV1ResponseMPayload.new(
  a_pki_creditcardclient_id: null
)