Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.27 KB

CreditcardclientListElement.md

File metadata and controls

24 lines (19 loc) · 1.27 KB

openapi.model.CreditcardclientListElement

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiCreditcardclientID int The unique ID of the Creditcardclient
fkiCreditcarddetailID int The unique ID of the Creditcarddetail
fkiCreditcardtypeID int The unique ID of the Creditcardtype
bCreditcardclientrelationIsdefault bool Whether if it's the creditcardclient is the default one
sCreditcardclientDescription String The description of the Creditcardclient
bCreditcardclientAllowedcompanypayment bool Whether if it's an allowedagencypayment
bCreditcardclientAllowedtranquillit bool Whether if it's an allowedtranquillit
iCreditcarddetailExpirationmonth int The expirationmonth of the Creditcarddetail
iCreditcarddetailExpirationyear int The expirationyear of the Creditcarddetail
iCreditcarddetailLastdigits int The last digits of the Creditcarddetail

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