Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

CreditcarddetailResponseCompound.md

File metadata and controls

22 lines (17 loc) · 1.04 KB

openapi.model.CreditcarddetailResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiCreditcarddetailID int The unique ID of the Creditcarddetail
fkiCreditcardtypeID int The unique ID of the Creditcardtype
iCreditcarddetailLastdigits int The last digits of the Creditcarddetail
iCreditcarddetailExpirationmonth int The expirationmonth of the Creditcarddetail
iCreditcarddetailExpirationyear int The expirationyear of the Creditcarddetail
sCreditcarddetailCivic String The civic of the Creditcarddetail
sCreditcarddetailStreet String The street of the Creditcarddetail
sCreditcarddetailZip String The zip of the Creditcarddetail

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