public class ReviewAndConfirmConfiguration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReviewAndConfirmConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getArrearsAmount()
Deprecated.
|
ExternalFragment |
getBottomFragment() |
java.lang.Integer |
getCollectorIcon()
Deprecated.
|
java.lang.String |
getDisclaimerText()
Deprecated.
|
java.lang.String |
getDisclaimerTextColor()
Deprecated.
|
java.math.BigDecimal |
getDiscountAmount()
Deprecated.
|
java.math.BigDecimal |
getProductAmount()
Deprecated.
|
java.lang.String |
getProductTitle()
Deprecated.
|
java.lang.String |
getQuantityLabel()
Deprecated.
|
java.math.BigDecimal |
getShippingAmount()
Deprecated.
|
java.math.BigDecimal |
getTaxesAmount()
Deprecated.
|
ExternalFragment |
getTopFragment() |
java.math.BigDecimal |
getTotalAmount()
Deprecated.
|
java.lang.String |
getUnitPriceLabel()
Deprecated.
|
boolean |
hasCustomBottomView() |
boolean |
hasCustomTopView() |
boolean |
hasExtrasAmount()
Deprecated.
|
boolean |
hasItemsEnabled() |
boolean |
hasProductAmount()
Deprecated.
|
public boolean hasItemsEnabled()
public boolean hasCustomTopView()
public boolean hasCustomBottomView()
@Nullable public ExternalFragment getTopFragment()
@Nullable public ExternalFragment getBottomFragment()
@Deprecated public boolean hasProductAmount()
@Deprecated public boolean hasExtrasAmount()
@DrawableRes @Nullable @Deprecated public java.lang.Integer getCollectorIcon()
@Deprecated public java.lang.String getQuantityLabel()
@Deprecated public java.lang.String getUnitPriceLabel()
@Deprecated public java.math.BigDecimal getProductAmount()
@Deprecated public java.math.BigDecimal getShippingAmount()
@Deprecated public java.math.BigDecimal getArrearsAmount()
@Deprecated public java.math.BigDecimal getTaxesAmount()
@Deprecated public java.lang.String getDisclaimerText()
@Deprecated public java.math.BigDecimal getDiscountAmount()
@Deprecated public java.math.BigDecimal getTotalAmount()
@Deprecated public java.lang.String getProductTitle()
@Deprecated public java.lang.String getDisclaimerTextColor()