Class SkuDetails
java.lang.Object
com.skava.paymentapp.model.request.SkuDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected BigDecimal
protected BigDecimal
protected @Size(min=0,max=255) String
protected static final long
protected @Size(min=0,max=255) String
protected BigDecimal
protected SubType
protected @Size(min=0,max=255) String
protected SkuType
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
isDefault
protected boolean isDefault -
skuId
-
productId
-
type
-
subType
-
title
-
optionalSkuQuantity
-
skuQuantity
-
price
-
-
Constructor Details
-
SkuDetails
public SkuDetails()
-