Package com.stripe.model.issuing
Class Dispute.Evidence.Duplicate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence.Duplicate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute.Evidence
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableadditionalDocumentation
object.Get expandedadditionalDocumentation
.Get ID of expandablecardStatement
object.Get expandedcardStatement
.Get ID of expandablecashReceipt
object.Get expandedcashReceipt
.Get ID of expandablecheckImage
object.Get expandedcheckImage
.Explanation of why the cardholder is disputing this transaction.Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of.int
hashCode()
void
void
setAdditionalDocumentationObject
(File expandableObject) void
void
setCardStatementObject
(File expandableObject) void
setCashReceipt
(String id) void
setCashReceiptObject
(File expandableObject) void
setCheckImage
(String id) void
setCheckImageObject
(File expandableObject) void
setExplanation
(String explanation) Explanation of why the cardholder is disputing this transaction.void
setOriginalTransaction
(String originalTransaction) Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Duplicate
public Duplicate()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentation
object. -
setAdditionalDocumentation
-
getAdditionalDocumentationObject
Get expandedadditionalDocumentation
. -
setAdditionalDocumentationObject
-
getCardStatement
Get ID of expandablecardStatement
object. -
setCardStatement
-
getCardStatementObject
Get expandedcardStatement
. -
setCardStatementObject
-
getCashReceipt
Get ID of expandablecashReceipt
object. -
setCashReceipt
-
getCashReceiptObject
Get expandedcashReceipt
. -
setCashReceiptObject
-
getCheckImage
Get ID of expandablecheckImage
object. -
setCheckImage
-
getCheckImageObject
Get expandedcheckImage
. -
setCheckImageObject
-
getExplanation
Explanation of why the cardholder is disputing this transaction. -
getOriginalTransaction
Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one. -
setExplanation
Explanation of why the cardholder is disputing this transaction. -
setOriginalTransaction
Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one. -
equals
-
canEqual
-
hashCode
public int hashCode()
-