Credit
- Print
- PDF
Credit
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the credit information.
Syntax
The syntax is as follows.
private String discountNo;
private String creditName;
private Double receivedCredit;
private Double remainingCredit;
private String validityStartMonth;
private String validityEndMonth;
private CommonCode creditType;
private List<ProductDemandType> eligibleProductDemandTypeList;
private CommonCode payCurrency;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
discountNo | String | Required | Discount number |
creditName | String | Required | Credit name |
receivedCredit | Double | Required | Received credit |
remainingCredit | Double | Required | Remaining credit |
validityStartMonth | String | Required | Validity start month |
validityEndMonth | String | Required | Validity end month |
creditType | CommonCode | Required | Credit type |
eligibleProductDemandTypeList | List<ProductDemandType> | Required | List of discountable product billing types |
payCurrency | CommonCode | Required | Payment currency |
Was this article helpful?