Class RequestedSession.TotalDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.TotalDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
RequestedSession

public static class RequestedSession.TotalDetails extends StripeObject
For more details about TotalDetails, please refer to the API Reference.
  • Constructor Details

    • TotalDetails

      public TotalDetails()
  • Method Details

    • getAmountCartDiscount

      public Long getAmountCartDiscount()
      The amount of order-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
    • getAmountFulfillment

      public Long getAmountFulfillment()
      The amount fulfillment of the total details.
    • getAmountItemsDiscount

      public Long getAmountItemsDiscount()
      The amount of item-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
    • getAmountTax

      public Long getAmountTax()
      The amount tax of the total details.
    • getApplicableFees

      The applicable fees of the total details.
    • setAmountCartDiscount

      public void setAmountCartDiscount(Long amountCartDiscount)
      The amount of order-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
    • setAmountFulfillment

      public void setAmountFulfillment(Long amountFulfillment)
      The amount fulfillment of the total details.
    • setAmountItemsDiscount

      public void setAmountItemsDiscount(Long amountItemsDiscount)
      The amount of item-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
    • setAmountTax

      public void setAmountTax(Long amountTax)
      The amount tax of the total details.
    • setApplicableFees

      public void setApplicableFees(List<RequestedSession.TotalDetails.ApplicableFee> applicableFees)
      The applicable fees of the total details.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object