Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.22 KB

CreditcardmerchantListElement.md

File metadata and controls

23 lines (18 loc) · 1.22 KB

EzmaxApi::Object::CreditcardmerchantListElement

Load the model package

use EzmaxApi::Object::CreditcardmerchantListElement;

Properties

Name Type Description Notes
pki_creditcardmerchant_id int The unique ID of the Creditcardmerchant
fki_bankaccount_id int The unique ID of the Bankaccount
fki_language_id int The unique ID of the Language. Valid values: Value
b_creditcardmerchant_denyvisa boolean Whether if visa are denied
b_creditcardmerchant_denymastercard boolean Whether if mastercard are denied
b_creditcardmerchant_denyamex boolean Whether if amex are denied
b_creditcardmerchant_isactive boolean Whether the creditcardmerchant is active or not
s_creditcardmerchant_description string The description of the Creditcardmerchant
s_creditcardmerchant_storeid string The storeid of the Creditcardmerchant

[Back to Model list] [Back to API list] [Back to README]