Class Refund.DestinationDetails.Crypto

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

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

    • Crypto

      public Crypto()
  • Method Details

    • getReference

      public String getReference()
      The transaction hash of the refund.
    • setReference

      public void setReference(String reference)
      The transaction hash of the refund.
    • 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