Package com.stripe.model
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ShippingAddress, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCustomerAccountId
(String customerAccountId) void
setCustomerDeviceFingerprint
(String customerDeviceFingerprint) void
setCustomerDeviceId
(String customerDeviceId) void
setCustomerEmailAddress
(String customerEmailAddress) void
setCustomerPurchaseIp
(String customerPurchaseIp) void
setMerchandiseOrServices
(String merchandiseOrServices) void
setProductDescription
(String productDescription) void
setShippingAddress
(Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress shippingAddress) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DisputedTransaction
public DisputedTransaction()
-
-
Method Details
-
getCustomerAccountId
-
getCustomerDeviceFingerprint
-
getCustomerDeviceId
-
getCustomerEmailAddress
-
getCustomerPurchaseIp
-
getMerchandiseOrServices
-
getProductDescription
-
getShippingAddress
public Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress getShippingAddress() -
setCustomerAccountId
-
setCustomerDeviceFingerprint
-
setCustomerDeviceId
-
setCustomerEmailAddress
-
setCustomerPurchaseIp
-
setMerchandiseOrServices
-
setProductDescription
-
setShippingAddress
public void setShippingAddress(Dispute.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction.ShippingAddress shippingAddress) -
equals
-
canEqual
-
hashCode
public int hashCode()
-