Class Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3

public static class Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction extends StripeObject
For more details about DisputedTransaction, please refer to the API Reference.
  • Constructor Details

    • DisputedTransaction

      public DisputedTransaction()
  • Method Details

    • getCustomerAccountId

      public String getCustomerAccountId()
    • getCustomerDeviceFingerprint

      public String getCustomerDeviceFingerprint()
    • getCustomerDeviceId

      public String getCustomerDeviceId()
    • getCustomerEmailAddress

      public String getCustomerEmailAddress()
    • getCustomerPurchaseIp

      public String getCustomerPurchaseIp()
    • getMerchandiseOrServices

      public String getMerchandiseOrServices()
    • getProductDescription

      public String getProductDescription()
    • getShippingAddress

    • setCustomerAccountId

      public void setCustomerAccountId(String customerAccountId)
    • setCustomerDeviceFingerprint

      public void setCustomerDeviceFingerprint(String customerDeviceFingerprint)
    • setCustomerDeviceId

      public void setCustomerDeviceId(String customerDeviceId)
    • setCustomerEmailAddress

      public void setCustomerEmailAddress(String customerEmailAddress)
    • setCustomerPurchaseIp

      public void setCustomerPurchaseIp(String customerPurchaseIp)
    • setMerchandiseOrServices

      public void setMerchandiseOrServices(String merchandiseOrServices)
    • setProductDescription

      public void setProductDescription(String productDescription)
    • setShippingAddress

    • 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