Class Refund.PresentmentDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.PresentmentDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Refund

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

    • PresentmentDetails

      public PresentmentDetails()
  • Method Details

    • getPresentmentAmount

      public Long getPresentmentAmount()
      Amount intended to be collected by this payment, denominated in presentment_currency.
    • getPresentmentCurrency

      public String getPresentmentCurrency()
      Currency presented to the customer during payment.
    • setPresentmentAmount

      public void setPresentmentAmount(Long presentmentAmount)
      Amount intended to be collected by this payment, denominated in presentment_currency.
    • setPresentmentCurrency

      public void setPresentmentCurrency(String presentmentCurrency)
      Currency presented to the customer during payment.
    • 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