ProductDiscount
    • PDF

    ProductDiscount

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Description

    Product discount

    Syntax

    private String discountNo;
    private String productDiscountName;
    private Double discountRate;
    private Boolean discountCondition;
    private Double minimumAmount;
    private Boolean maximumDiscountCondition;
    private Double maximumDiscountAmount;
    private String validityStartMonth;
    private String validityEndMonth;
    private List<ProductDemandType> eligibleProductDemandTypeList;
    private CommonCode payCurrency;
    

    Field

    ParametersRequirement statusTypeDescription
    discountNoYesStringDiscount number
    productDiscountNameYesStringProduct discount name
    discountRateYesDoubleDiscount rate
    discountConditionYesBooleanWhether the discount is subject to any conditions
    minimumAmountYesDoubleMinimum usage amount required for the discount to be applied when Discount Condition is Y
    maximumDiscountConditionYesBooleanWhether the discount has a maximum limit
    maximumDiscountAmountYesDoubleMaximum discount amount when maximum Discount Condition is Y
    validityStartMonthYesStringMonth when validity starts
    validityEndMonthYesStringMonth when validity ends
    eligibleProductDemandTypeListYesList<ProductDemandType>Billing type list for products eligible for discounts
    payCurrencyYesCommonCodePayment currency

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.