CreditHistory
- Print
- PDF
CreditHistory
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the credit history.
Syntax
The syntax is as follows.
private String memberNo;
private Credit credit;
private List<CreditUseHistory> creditUseHistory;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
memberNo | String | Required | Member number |
credit | Credit | Required | Credit |
creditUseHistory | List<CreditUseHistory> | Required | List<CreditUseHistory> data type |
Was this article helpful?