public class XPFTaxableShoppingItem extends XPFEntity
| Modifier and Type | Field and Description | 
|---|---|
private @NonNull String | 
guid
The item guid. 
 | 
private @NonNull BigDecimal | 
priceBeforeDiscount
The price before taxes for the item. 
 | 
private int | 
quantity
The quantity. 
 | 
private @NonNull String | 
skuCode
The product sku code. 
 | 
private @NonNull String | 
taxabilityCode
The code used by the tax service to determine taxability characteristics. 
 | 
private @NonNull BigDecimal | 
taxablePrice
The taxable price. 
 | 
| Constructor and Description | 
|---|
XPFTaxableShoppingItem()  | 
@NonNull private @NonNull String guid
@NonNull private final @NonNull BigDecimal taxablePrice
@NonNull private @NonNull BigDecimal priceBeforeDiscount
@NonNull private final @NonNull String taxabilityCode
@NonNull private final @NonNull String skuCode
private final int quantity
Copyright © 2023. All rights reserved.