Package com.braintreegateway
Class CreditCardVerification
- java.lang.Object
-
- com.braintreegateway.CreditCardVerification
-
public class CreditCardVerification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreditCardVerification.Status
-
Field Summary
Fields Modifier and Type Field Description private BigDecimal
amount
private String
aniFirstNameResponseCode
private String
aniLastNameResponseCode
private String
avsErrorResponseCode
private String
avsPostalCodeResponseCode
private String
avsStreetAddressResponseCode
private Address
billingAddress
private Calendar
createdAt
private CreditCard
creditCard
private String
currencyIsoCode
private String
cvvResponseCode
private Transaction.GatewayRejectionReason
gatewayRejectionReason
private String
graphqlId
private String
id
private String
merchantAccountId
private String
networkResponseCode
private String
networkResponseText
private String
networkTransactionId
private String
processorResponseCode
private String
processorResponseText
private ProcessorResponseType
processorResponseType
private RiskData
riskData
private CreditCardVerification.Status
status
private ThreeDSecureInfo
threeDSecureInfo
-
Constructor Summary
Constructors Constructor Description CreditCardVerification(NodeWrapper node)
-
Method Summary
-
-
-
Field Detail
-
amount
private BigDecimal amount
-
aniFirstNameResponseCode
private String aniFirstNameResponseCode
-
aniLastNameResponseCode
private String aniLastNameResponseCode
-
avsErrorResponseCode
private String avsErrorResponseCode
-
avsPostalCodeResponseCode
private String avsPostalCodeResponseCode
-
avsStreetAddressResponseCode
private String avsStreetAddressResponseCode
-
billingAddress
private Address billingAddress
-
createdAt
private Calendar createdAt
-
creditCard
private CreditCard creditCard
-
currencyIsoCode
private String currencyIsoCode
-
cvvResponseCode
private String cvvResponseCode
-
gatewayRejectionReason
private Transaction.GatewayRejectionReason gatewayRejectionReason
-
graphqlId
private String graphqlId
-
id
private String id
-
merchantAccountId
private String merchantAccountId
-
networkResponseCode
private String networkResponseCode
-
networkResponseText
private String networkResponseText
-
networkTransactionId
private String networkTransactionId
-
processorResponseCode
private String processorResponseCode
-
processorResponseText
private String processorResponseText
-
processorResponseType
private ProcessorResponseType processorResponseType
-
riskData
private RiskData riskData
-
status
private CreditCardVerification.Status status
-
threeDSecureInfo
private ThreeDSecureInfo threeDSecureInfo
-
-
Constructor Detail
-
CreditCardVerification
public CreditCardVerification(NodeWrapper node)
-
-
Method Detail
-
getAmount
public BigDecimal getAmount()
-
getAniFirstNameResponseCode
public String getAniFirstNameResponseCode()
-
getAniLastNameResponseCode
public String getAniLastNameResponseCode()
-
getAvsErrorResponseCode
public String getAvsErrorResponseCode()
-
getAvsPostalCodeResponseCode
public String getAvsPostalCodeResponseCode()
-
getAvsStreetAddressResponseCode
public String getAvsStreetAddressResponseCode()
-
getBillingAddress
public Address getBillingAddress()
-
getCreatedAt
public Calendar getCreatedAt()
-
getCreditCard
public CreditCard getCreditCard()
-
getCurrencyIsoCode
public String getCurrencyIsoCode()
-
getCvvResponseCode
public String getCvvResponseCode()
-
getId
public String getId()
-
getGraphQLId
public String getGraphQLId()
-
getRiskData
public RiskData getRiskData()
-
getThreeDSecureInfo
public ThreeDSecureInfo getThreeDSecureInfo()
-
getGatewayRejectionReason
public Transaction.GatewayRejectionReason getGatewayRejectionReason()
-
getProcessorResponseCode
public String getProcessorResponseCode()
-
getProcessorResponseText
public String getProcessorResponseText()
-
getProcessorResponseType
public ProcessorResponseType getProcessorResponseType()
-
getNetworkResponseCode
public String getNetworkResponseCode()
-
getNetworkResponseText
public String getNetworkResponseText()
-
getNetworkTransactionId
public String getNetworkTransactionId()
-
getMerchantAccountId
public String getMerchantAccountId()
-
getStatus
public CreditCardVerification.Status getStatus()
-
-