Class TenderCouponBase
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.TenderCouponBase
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class TenderCouponBase
extends Object
Allows the entry of coupons.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) appliedQuantity(BigDecimal appliedQuantity) booleangetAny()This is currently not supported.Quantity of items for which the provided coupons could be applied.Must be unique within this request.Get quantityReserved for future use.Reserved for future use.inthashCode()primaryLabel(String primaryLabel) quantity(QuantityCommonData quantity) rewardType(String rewardType) rewardValue(BigDecimal rewardValue) voidvoidsetAppliedQuantity(BigDecimal appliedQuantity) voidsetPrimaryLabel(String primaryLabel) voidsetQuantity(QuantityCommonData quantity) voidsetRewardType(String rewardType) voidsetRewardValue(BigDecimal rewardValue) toString()
-
Constructor Details
-
TenderCouponBase
public TenderCouponBase()
-
-
Method Details
-
quantity
-
getQuantity
Get quantity- Returns:
- quantity
-
setQuantity
-
-
getPrimaryLabel
Must be unique within this request.- Returns:
- primaryLabel
-
setPrimaryLabel
-
rewardValue
-
getRewardValue
Reserved for future use.- Returns:
- rewardValue
-
setRewardValue
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
appliedQuantity
-
getAppliedQuantity
Quantity of items for which the provided coupons could be applied. minimum: 0- Returns:
- appliedQuantity
-
setAppliedQuantity
-
rewardType
-
getRewardType
Reserved for future use.- Returns:
- rewardType
-
setRewardType
-
equals
-
hashCode
public int hashCode() -
toString
-