Discount
- Print
- PDF
Discount
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the discount information.
Syntax
The syntax is as follows.
private String memberNo;
private String discountNo;
private CommonCode discountType;
private String discountName;
private CommonCode discountProcessMethod;
private Double discountValue;
private String validityStartMonth;
private String validityEndMonth;
private CommonCode payCurrency;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
memberNo | String | Required | Member number |
discountNo | String | Required | Discount number |
discountType | CommonCode | Required | Discount type |
discountName | String | Required | Discount name |
discountProcessMethod | CommonCode | Required | Discount method |
discountValue | Double | Required | Discount value |
validityStartMonth | String | Required | Application start month |
validityEndMonth | String | Required | Application end month |
payCurrency | CommonCode | Required | Payment currency |
Was this article helpful?