Package com.stripe.model
Class Dispute.PaymentMethodDetails.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Dispute.PaymentMethodDetails.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBrand()
Card brand.The type of dispute opened.The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance.int
hashCode()
void
Card brand.void
setCaseType
(String caseType) The type of dispute opened.void
setNetworkReasonCode
(String networkReasonCode) The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getBrand
Card brand. Can beamex
,diners
,discover
,eftpos_au
,jcb
,mastercard
,unionpay
,visa
, orunknown
. -
getCaseType
The type of dispute opened. Different case types may have varying fees and financial impact.One of
chargeback
, orinquiry
. -
getNetworkReasonCode
The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The Network code map lists all available dispute reason codes by network. -
setBrand
Card brand. Can beamex
,diners
,discover
,eftpos_au
,jcb
,mastercard
,unionpay
,visa
, orunknown
. -
setCaseType
The type of dispute opened. Different case types may have varying fees and financial impact.One of
chargeback
, orinquiry
. -
setNetworkReasonCode
The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The Network code map lists all available dispute reason codes by network. -
equals
-
canEqual
-
hashCode
public int hashCode()
-