public class XPFTaxableShoppingItem extends XPFEntity
| Constructor and Description | 
|---|
XPFTaxableShoppingItem(@NonNull String guid,
                      @NonNull BigDecimal taxablePrice,
                      @NonNull BigDecimal priceBeforeDiscount,
                      @NonNull String taxabilityCode,
                      @NonNull String skuCode,
                      int quantity)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull String | 
getGuid()
The item guid. 
 | 
@NonNull BigDecimal | 
getPriceBeforeDiscount()
The price before taxes for the item. 
 | 
int | 
getQuantity()
The quantity. 
 | 
@NonNull String | 
getSkuCode()
The product sku code. 
 | 
@NonNull String | 
getTaxabilityCode()
The code used by the tax service to determine taxability characteristics. 
 | 
@NonNull BigDecimal | 
getTaxablePrice()
The taxable price. 
 | 
int | 
hashCode()  | 
void | 
setGuid(@NonNull String guid)
The item guid. 
 | 
void | 
setPriceBeforeDiscount(@NonNull BigDecimal priceBeforeDiscount)
The price before taxes for the item. 
 | 
String | 
toString()  | 
getCustomDatapublic XPFTaxableShoppingItem(@NonNull
                              @NonNull String guid,
                              @NonNull
                              @NonNull BigDecimal taxablePrice,
                              @NonNull
                              @NonNull BigDecimal priceBeforeDiscount,
                              @NonNull
                              @NonNull String taxabilityCode,
                              @NonNull
                              @NonNull String skuCode,
                              int quantity)
@NonNull public @NonNull String getGuid()
@NonNull public @NonNull BigDecimal getTaxablePrice()
@NonNull public @NonNull BigDecimal getPriceBeforeDiscount()
@NonNull public @NonNull String getTaxabilityCode()
@NonNull public @NonNull String getSkuCode()
public int getQuantity()
public void setGuid(@NonNull
                    @NonNull String guid)
public void setPriceBeforeDiscount(@NonNull
                                   @NonNull BigDecimal priceBeforeDiscount)
Copyright © 2024. All rights reserved.