Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 685 Bytes

CreditcardmerchantAutocompleteElementResponse.md

File metadata and controls

22 lines (16 loc) · 685 Bytes

EzmaxApi::CreditcardmerchantAutocompleteElementResponse

Properties

Name Type Description Notes
pki_creditcardmerchant_id Integer The unique ID of the Creditcardmerchant
s_creditcardmerchant_description String The description of the Creditcardmerchant
b_creditcardmerchant_isactive Boolean Whether the creditcardmerchant is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::CreditcardmerchantAutocompleteElementResponse.new(
  pki_creditcardmerchant_id: 30,
  s_creditcardmerchant_description: Moneris,
  b_creditcardmerchant_isactive: true
)