Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

CreditcardmerchantResponse.md

File metadata and controls

25 lines (20 loc) · 1.35 KB

openapi.model.CreditcardmerchantResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiCreditcardmerchantID int The unique ID of the Creditcardmerchant
fkiBankaccountID int The unique ID of the Bankaccount
sBankaccountBankname String The name of the bank [optional]
fkiLanguageID int The unique ID of the Language. Valid values: Value
sLanguageNameX String The Name of the Language in the language of the requester [optional]
bCreditcardmerchantDenyvisa bool Whether if visa are denied
bCreditcardmerchantDenymastercard bool Whether if mastercard are denied
bCreditcardmerchantDenyamex bool Whether if amex are denied
bCreditcardmerchantIsactive bool Whether the creditcardmerchant is active or not
sCreditcardmerchantDescription String The description of the Creditcardmerchant
sCreditcardmerchantStoreid String The storeid of the Creditcardmerchant

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