Class Refund.DestinationDetails.Card

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

public static class Refund.DestinationDetails.Card extends StripeObject
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getReference

      public String getReference()
      Value of the reference number assigned to the refund.
    • getReferenceStatus

      public String getReferenceStatus()
      Status of the reference number on the refund. This can be pending, available or unavailable.
    • getReferenceType

      public String getReferenceType()
      Type of the reference number assigned to the refund.
    • getType

      public String getType()
      The type of refund. This can be refund, reversal, or pending.

      One of pending, refund, or reversal.

    • setReference

      public void setReference(String reference)
      Value of the reference number assigned to the refund.
    • setReferenceStatus

      public void setReferenceStatus(String referenceStatus)
      Status of the reference number on the refund. This can be pending, available or unavailable.
    • setReferenceType

      public void setReferenceType(String referenceType)
      Type of the reference number assigned to the refund.
    • setType

      public void setType(String type)
      The type of refund. This can be refund, reversal, or pending.

      One of pending, refund, or reversal.

    • 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