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 |