Package com.stripe.model.issuing
Class Token.NetworkData.WalletProvider
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Token.NetworkData.WalletProvider
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Token.NetworkData
For more details about WalletProvider, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CardholderAddress, 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 booleanbooleaninthashCode()voidsetAccountId(String accountId) voidsetAccountTrustScore(Long accountTrustScore) voidsetCardholderAddress(Token.NetworkData.WalletProvider.CardholderAddress cardholderAddress) voidsetCardholderName(String cardholderName) voidsetCardNumberSource(String cardNumberSource) voidsetDeviceTrustScore(Long deviceTrustScore) voidsetHashedAccountEmailAddress(String hashedAccountEmailAddress) voidsetReasonCodes(List<String> reasonCodes) voidsetSuggestedDecision(String suggestedDecision) voidsetSuggestedDecisionVersion(String suggestedDecisionVersion) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
WalletProvider
public WalletProvider()
-
-
Method Details
-
getAccountId
-
getAccountTrustScore
-
getCardNumberSource
-
getCardholderAddress
-
getCardholderName
-
getDeviceTrustScore
-
getHashedAccountEmailAddress
-
getReasonCodes
-
getSuggestedDecision
-
getSuggestedDecisionVersion
-
setAccountId
-
setAccountTrustScore
-
setCardNumberSource
-
setCardholderAddress
public void setCardholderAddress(Token.NetworkData.WalletProvider.CardholderAddress cardholderAddress) -
setCardholderName
-
setDeviceTrustScore
-
setHashedAccountEmailAddress
-
setReasonCodes
-
setSuggestedDecision
-
setSuggestedDecisionVersion
-
equals
-
canEqual
-
hashCode
public int hashCode()
-