- eciFlag - Variable in class com.braintreegateway.ThreeDSecureInfo
-
- eciFlag - Variable in class com.braintreegateway.TransactionThreeDSecurePassThruRequest
-
- eciFlag(String) - Method in class com.braintreegateway.TransactionThreeDSecurePassThruRequest
-
- eciIndicator - Variable in class com.braintreegateway.TransactionApplePayCardRequest
-
- eciIndicator(String) - Method in class com.braintreegateway.TransactionApplePayCardRequest
-
- effectiveDate() - Method in class com.braintreegateway.DisputeSearchRequest
-
- effectiveDate - Variable in class com.braintreegateway.DisputeStatusHistory
-
- elements - Variable in class com.braintreegateway.RequestBuilder
-
- email - Variable in class com.braintreegateway.ApplicantDetailsRequest
-
- email(String) - Method in class com.braintreegateway.ApplicantDetailsRequest
-
- email - Variable in class com.braintreegateway.Customer
-
- email - Variable in class com.braintreegateway.CustomerRequest
-
- email(String) - Method in class com.braintreegateway.CustomerRequest
-
- email() - Method in class com.braintreegateway.CustomerSearchRequest
-
- email - Variable in class com.braintreegateway.FundingDetails
-
- email - Variable in class com.braintreegateway.FundingRequest
-
- email(String) - Method in class com.braintreegateway.FundingRequest
-
- email - Variable in class com.braintreegateway.IndividualDetails
-
- email - Variable in class com.braintreegateway.IndividualRequest
-
- email(String) - Method in class com.braintreegateway.IndividualRequest
-
- email - Variable in class com.braintreegateway.Merchant
-
- email - Variable in class com.braintreegateway.MerchantRequest
-
- email(String) - Method in class com.braintreegateway.MerchantRequest
-
- email - Variable in class com.braintreegateway.OAuthConnectUrlUserRequest
-
- email(String) - Method in class com.braintreegateway.OAuthConnectUrlUserRequest
-
- email - Variable in class com.braintreegateway.PaymentMethodNonceDetails
-
- email - Variable in class com.braintreegateway.PayPalAccount
-
- encode(byte[], int, int) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(Object) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
- encode(byte[]) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each
byte in order.
- encode(Object) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each
byte in order.
- encode(byte[]) - Method in interface com.braintreegateway.org.apache.commons.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data
as a byte array.
- encode(Object) - Method in interface com.braintreegateway.org.apache.commons.codec.Encoder
-
Encodes an "Object" and returns the encoded content
as an Object.
- encode(String) - Static method in class com.braintreegateway.util.QueryString
-
- encodeBase64(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
- encodeBase64URLSafe(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeHex(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHexString(byte[]) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeInteger(BigInteger) - Static method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- encodeMap(Map<String, String>) - Method in class com.braintreegateway.util.TrUtil
-
- encodeParam(String, String) - Static method in class com.braintreegateway.util.QueryString
-
- Encoder - Interface in com.braintreegateway.org.apache.commons.codec
-
Provides the highest level of abstraction for Encoders.
- EncoderException - Exception in com.braintreegateway.org.apache.commons.codec
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - Constructor for exception com.braintreegateway.org.apache.commons.codec.EncoderException
-
Constructs a new exception with null
as its detail message.
- EncoderException(String) - Constructor for exception com.braintreegateway.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - Constructor for exception com.braintreegateway.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - Constructor for exception com.braintreegateway.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString())
(which typically contains the class and detail message of cause
).
- encodeSize - Variable in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- encodeTable - Variable in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encode table to use: either STANDARD or URL_SAFE.
- encodeToString(byte[]) - Method in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
- endElement(String, String, String) - Method in class com.braintreegateway.util.SimpleNodeWrapper.MapNodeHandler
-
- endorsementOrRestrictions - Variable in class com.braintreegateway.TransactionIndustryDataLegRequest
-
- endorsementOrRestrictions(String) - Method in class com.braintreegateway.TransactionIndustryDataLegRequest
-
- endsWith(String) - Method in class com.braintreegateway.EndsWithNode
-
- endsWith(String) - Method in class com.braintreegateway.PartialMatchNode
-
- EndsWithNode<T extends SearchRequest> - Class in com.braintreegateway
-
- EndsWithNode(String, T) - Constructor for class com.braintreegateway.EndsWithNode
-
- enrolled - Variable in class com.braintreegateway.ThreeDSecureInfo
-
- EnumUtils - Class in com.braintreegateway.util
-
- EnumUtils() - Constructor for class com.braintreegateway.util.EnumUtils
-
- environment - Variable in class com.braintreegateway.Configuration
-
- environment - Variable in class com.braintreegateway.CredentialsParser
-
- Environment - Class in com.braintreegateway
-
Indicates the environment of the Braintree Gateway with which to interact.
- Environment(String, String, String[], String) - Constructor for class com.braintreegateway.Environment
-
- Environment(String, String, String[], String, String) - Constructor for class com.braintreegateway.Environment
-
- environmentName - Variable in class com.braintreegateway.Environment
-
- eof - Variable in class com.braintreegateway.org.apache.commons.codec.binary.Base64
-
Boolean flag to indicate the EOF has been reached.
- EqualityNode<T extends SearchRequest> - Class in com.braintreegateway
-
- EqualityNode(String, T) - Constructor for class com.braintreegateway.EqualityNode
-
- equals(Object) - Method in class com.braintreegateway.Subscription
-
- equals(Object) - Method in class com.braintreegateway.ValidationError
-
- ERROR_CLASS_KEY - Static variable in class com.braintreegateway.util.GraphQLClient
-
- ERROR_EXTENSIONS_KEY - Static variable in class com.braintreegateway.util.GraphQLClient
-
- ERROR_MESSAGE_KEY - Static variable in class com.braintreegateway.util.GraphQLClient
-
- ERROR_OBJECT_KEY - Static variable in class com.braintreegateway.util.GraphQLClient
-
- ErrorClass() - Constructor for enum com.braintreegateway.util.GraphQLClient.ErrorClass
-
- errors - Variable in class com.braintreegateway.Result
-
- errors - Variable in class com.braintreegateway.ValidationErrors
-
- errors - Variable in class com.braintreegateway.WebhookNotification
-
- escrowStatus - Variable in class com.braintreegateway.Transaction
-
- EscrowStatus() - Constructor for enum com.braintreegateway.Transaction.EscrowStatus
-
- establishedOn - Variable in class com.braintreegateway.OAuthConnectUrlBusinessRequest
-
- establishedOn(String) - Method in class com.braintreegateway.OAuthConnectUrlBusinessRequest
-
- estInterchangeFixed - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- estInterchangeFixedCredit - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- estInterchangeRate - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- estInterchangeRateCredit - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- estInterchangeTotalAmount - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- estTotalFeeAmount - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- Europe - Static variable in class com.braintreegateway.test.Nonce
-
- EUROPE_BANK_ACCOUNT - Static variable in class com.braintreegateway.PaymentInstrumentType
-
Deprecated.
- EuropeBankAccount - Class in com.braintreegateway
-
Deprecated.
- EuropeBankAccount(NodeWrapper) - Constructor for class com.braintreegateway.EuropeBankAccount
-
Deprecated.
- EuropeBankAccount.MandateType - Enum in com.braintreegateway
-
Deprecated.
- europeBankAccountIban() - Method in class com.braintreegateway.TransactionSearchRequest
-
- evidence - Variable in class com.braintreegateway.Dispute
-
- exceptionMessage - Variable in class com.braintreegateway.Disbursement
-
- exchangeRate - Variable in class com.braintreegateway.TransactionLevelFeeReportRow
-
- exchangeTicket - Variable in class com.braintreegateway.TransactionIndustryDataLegRequest
-
- exchangeTicket(String) - Method in class com.braintreegateway.TransactionIndustryDataLegRequest
-
- existingId - Variable in class com.braintreegateway.UpdateModificationRequest
-
- existingId(String) - Method in class com.braintreegateway.UpdateModificationRequest
-
- expirationDate - Variable in class com.braintreegateway.CreditCardRequest
-
- expirationDate(String) - Method in class com.braintreegateway.CreditCardRequest
-
- expirationDate - Variable in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationDate(String) - Method in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationDate - Variable in class com.braintreegateway.PaymentMethodRequest
-
- expirationDate(String) - Method in class com.braintreegateway.PaymentMethodRequest
-
- expirationDate - Variable in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationDate(String) - Method in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationMonth - Variable in class com.braintreegateway.AmexExpressCheckoutCard
-
- expirationMonth - Variable in class com.braintreegateway.AmexExpressCheckoutDetails
-
- expirationMonth - Variable in class com.braintreegateway.AndroidPayCard
-
- expirationMonth - Variable in class com.braintreegateway.AndroidPayDetails
-
- expirationMonth - Variable in class com.braintreegateway.ApplePayCard
-
- expirationMonth - Variable in class com.braintreegateway.ApplePayDetails
-
- expirationMonth - Variable in class com.braintreegateway.CreditCard
-
- expirationMonth - Variable in class com.braintreegateway.CreditCardRequest
-
- expirationMonth(String) - Method in class com.braintreegateway.CreditCardRequest
-
- expirationMonth - Variable in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationMonth(String) - Method in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationMonth - Variable in class com.braintreegateway.MasterpassCard
-
- expirationMonth - Variable in class com.braintreegateway.MasterpassCardDetails
-
- expirationMonth - Variable in class com.braintreegateway.PaymentMethodRequest
-
- expirationMonth(String) - Method in class com.braintreegateway.PaymentMethodRequest
-
- expirationMonth - Variable in class com.braintreegateway.SamsungPayCard
-
- expirationMonth - Variable in class com.braintreegateway.SamsungPayCardDetails
-
- expirationMonth - Variable in class com.braintreegateway.TransactionApplePayCardRequest
-
- expirationMonth(String) - Method in class com.braintreegateway.TransactionApplePayCardRequest
-
- expirationMonth - Variable in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationMonth(String) - Method in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationMonth - Variable in class com.braintreegateway.VisaCheckoutCard
-
- expirationMonth - Variable in class com.braintreegateway.VisaCheckoutCardDetails
-
- expirationYear - Variable in class com.braintreegateway.AmexExpressCheckoutCard
-
- expirationYear - Variable in class com.braintreegateway.AmexExpressCheckoutDetails
-
- expirationYear - Variable in class com.braintreegateway.AndroidPayCard
-
- expirationYear - Variable in class com.braintreegateway.AndroidPayDetails
-
- expirationYear - Variable in class com.braintreegateway.ApplePayCard
-
- expirationYear - Variable in class com.braintreegateway.ApplePayDetails
-
- expirationYear - Variable in class com.braintreegateway.CreditCard
-
- expirationYear - Variable in class com.braintreegateway.CreditCardRequest
-
- expirationYear(String) - Method in class com.braintreegateway.CreditCardRequest
-
- expirationYear - Variable in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationYear(String) - Method in class com.braintreegateway.CreditCardVerificationCreditCardRequest
-
- expirationYear - Variable in class com.braintreegateway.MasterpassCard
-
- expirationYear - Variable in class com.braintreegateway.MasterpassCardDetails
-
- expirationYear - Variable in class com.braintreegateway.PaymentMethodRequest
-
- expirationYear(String) - Method in class com.braintreegateway.PaymentMethodRequest
-
- expirationYear - Variable in class com.braintreegateway.SamsungPayCard
-
- expirationYear - Variable in class com.braintreegateway.SamsungPayCardDetails
-
- expirationYear - Variable in class com.braintreegateway.TransactionApplePayCardRequest
-
- expirationYear(String) - Method in class com.braintreegateway.TransactionApplePayCardRequest
-
- expirationYear - Variable in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationYear(String) - Method in class com.braintreegateway.TransactionCreditCardRequest
-
- expirationYear - Variable in class com.braintreegateway.VisaCheckoutCard
-
- expirationYear - Variable in class com.braintreegateway.VisaCheckoutCardDetails
-
- expired - Variable in class com.braintreegateway.ApplePayCard
-
- expired() - Method in class com.braintreegateway.CreditCardGateway
-
- ExpiredCreditCardPager - Class in com.braintreegateway
-
- ExpiredCreditCardPager(CreditCardGateway) - Constructor for class com.braintreegateway.ExpiredCreditCardPager
-
- expiresAt - Variable in class com.braintreegateway.OAuthCredentials
-
- expiringBetween(Calendar, Calendar) - Method in class com.braintreegateway.CreditCardGateway
-
- ExpiringCreditCardPager - Class in com.braintreegateway
-
- ExpiringCreditCardPager(CreditCardGateway, String) - Constructor for class com.braintreegateway.ExpiringCreditCardPager
-
- extendedAddress - Variable in class com.braintreegateway.Address
-
- extendedAddress - Variable in class com.braintreegateway.AddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.AddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.ApplicantDetailsAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.BusinessAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.CreditCardAddressRequest
-
- extendedAddress - Variable in class com.braintreegateway.CreditCardVerificationBillingAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.CreditCardVerificationBillingAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.CustomerOptionsPayPalShippingRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.IndividualAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.PaymentMethodAddressRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.PaymentMethodOptionsPayPalShippingRequest
-
- extendedAddress(String) - Method in class com.braintreegateway.TransactionAddressRequest
-
- ExternalVault - Class in com.braintreegateway
-
- ExternalVault() - Constructor for class com.braintreegateway.ExternalVault
-
- externalVault() - Method in class com.braintreegateway.TransactionRequest
-
- ExternalVault.Status - Enum in com.braintreegateway
-
- ExternalVaultRequest - Class in com.braintreegateway
-
- ExternalVaultRequest(TransactionRequest) - Constructor for class com.braintreegateway.ExternalVaultRequest
-
- externalVaultRequest - Variable in class com.braintreegateway.TransactionRequest
-
- valid - Variable in class com.braintreegateway.TransactionLevelFeeReport
-
- validateSignature(String, String) - Method in class com.braintreegateway.WebhookNotificationGateway
-
- ValidationError - Class in com.braintreegateway
-
Represents an validation error from the gateway.
- ValidationError(String, ValidationErrorCode, String) - Constructor for class com.braintreegateway.ValidationError
-
- ValidationErrorCode - Enum in com.braintreegateway
-
An Enum representing all of the validation errors from the gateway.
- ValidationErrorCode(String) - Constructor for enum com.braintreegateway.ValidationErrorCode
-
- ValidationErrors - Class in com.braintreegateway
-
Represents a collection of (nested) validation errors.
- ValidationErrors() - Constructor for class com.braintreegateway.ValidationErrors
-
- ValidationErrors(NodeWrapper) - Constructor for class com.braintreegateway.ValidationErrors
-
- value - Variable in enum com.braintreegateway.CreditCard.Commercial
-
- value - Variable in enum com.braintreegateway.CreditCard.Debit
-
- value - Variable in enum com.braintreegateway.CreditCard.DurbinRegulated
-
- value - Variable in enum com.braintreegateway.CreditCard.Healthcare
-
- value - Variable in enum com.braintreegateway.CreditCard.Payroll
-
- value - Variable in enum com.braintreegateway.CreditCard.Prepaid
-
- value - Variable in enum com.braintreegateway.test.CreditCardDefaults
-
- value - Variable in enum com.braintreegateway.test.CreditCardNumbers.CardTypeIndicators
-
- value - Variable in enum com.braintreegateway.test.VenmoSdk.Session
-
- VALUE_NO - Static variable in class com.braintreegateway.CreditCard
-
- VALUE_UNKNOWN - Static variable in class com.braintreegateway.CreditCard
-
- VALUE_YES - Static variable in class com.braintreegateway.CreditCard
-
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.CardType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.Commercial
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.CustomerLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.Debit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.DurbinRegulated
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.Healthcare
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.Payroll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCard.Prepaid
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.CreditCardVerification.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Disbursement.DisbursementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Dispute.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Dispute.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Dispute.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.DocumentUpload.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.EuropeBankAccount.MandateType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.ExternalVault.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.MerchantAccount.FundingDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.MerchantAccount.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Plan.DurationUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.ProcessorResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.SandboxValues.CreditCardNumber.AmexPayWithPoints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.SandboxValues.CreditCardNumber
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.SandboxValues.FailsVerification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.SandboxValues.PaymentMethodNonce
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.SandboxValues.TransactionAmount
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Subscription.DurationUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Subscription.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Subscription.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.test.CreditCardDefaults
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.test.CreditCardNumbers.CardTypeIndicators
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.test.VenmoSdk.PaymentMethodCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.test.VenmoSdk.Session
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.CreatedUsing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.EscrowStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.GatewayRejectionReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.IndustryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.Transaction.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.TransactionLineItem.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.UsBankAccountVerification.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.UsBankAccountVerification.VerificationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.util.GraphQLClient.ErrorClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.util.Http.RequestMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.ValidationErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.braintreegateway.WebhookNotification.Kind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.braintreegateway.CreditCard.CardType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.Commercial
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.CustomerLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.Debit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.DurbinRegulated
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.Healthcare
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.Payroll
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCard.Prepaid
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.CreditCardVerification.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Disbursement.DisbursementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Dispute.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Dispute.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Dispute.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.DocumentUpload.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.EuropeBankAccount.MandateType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.ExternalVault.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.MerchantAccount.FundingDestination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.MerchantAccount.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Plan.DurationUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.ProcessorResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.SandboxValues.CreditCardNumber.AmexPayWithPoints
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.SandboxValues.CreditCardNumber
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.SandboxValues.FailsVerification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.SandboxValues.PaymentMethodNonce
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.SandboxValues.TransactionAmount
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Subscription.DurationUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Subscription.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Subscription.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.test.CreditCardDefaults
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.test.CreditCardNumbers.CardTypeIndicators
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.test.VenmoSdk.PaymentMethodCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.test.VenmoSdk.Session
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.CreatedUsing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.EscrowStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.GatewayRejectionReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.IndustryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.Transaction.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.TransactionLineItem.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.UsBankAccountVerification.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.UsBankAccountVerification.VerificationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.util.GraphQLClient.ErrorClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.util.Http.RequestMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.ValidationErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.braintreegateway.WebhookNotification.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vaulted() - Method in class com.braintreegateway.ExternalVaultRequest
-
- venmo() - Method in class com.braintreegateway.TransactionOptionsRequest
-
- VENMO_ACCOUNT - Static variable in class com.braintreegateway.PaymentInstrumentType
-
- VenmoAccount - Static variable in class com.braintreegateway.test.Nonce
-
- VenmoAccount - Class in com.braintreegateway
-
- VenmoAccount(NodeWrapper) - Constructor for class com.braintreegateway.VenmoAccount
-
- venmoAccountDetails - Variable in class com.braintreegateway.Transaction
-
- VenmoAccountDetails - Class in com.braintreegateway
-
- VenmoAccountDetails(NodeWrapper) - Constructor for class com.braintreegateway.VenmoAccountDetails
-
- venmoAccounts - Variable in class com.braintreegateway.Customer
-
- VenmoSdk - Class in com.braintreegateway.test
-
- VenmoSdk() - Constructor for class com.braintreegateway.test.VenmoSdk
-
- VenmoSdk.PaymentMethodCode - Enum in com.braintreegateway.test
-
- VenmoSdk.Session - Enum in com.braintreegateway.test
-
- venmoSdkPaymentMethodCode - Variable in class com.braintreegateway.CreditCardRequest
-
- venmoSdkPaymentMethodCode(String) - Method in class com.braintreegateway.CreditCardRequest
-
- venmoSdkPaymentMethodCode - Variable in class com.braintreegateway.PaymentMethodRequest
-
- venmoSdkPaymentMethodCode(String) - Method in class com.braintreegateway.PaymentMethodRequest
-
- venmoSdkPaymentMethodCode - Variable in class com.braintreegateway.TransactionRequest
-
- venmoSdkPaymentMethodCode(String) - Method in class com.braintreegateway.TransactionRequest
-
- venmoSdkSession - Variable in class com.braintreegateway.CreditCardOptionsRequest
-
- venmoSdkSession(String) - Method in class com.braintreegateway.CreditCardOptionsRequest
-
- venmoSdkSession - Variable in class com.braintreegateway.PaymentMethodOptionsRequest
-
- venmoSdkSession(String) - Method in class com.braintreegateway.PaymentMethodOptionsRequest
-
- venmoSdkSession - Variable in class com.braintreegateway.TransactionOptionsRequest
-
- venmoSdkSession(String) - Method in class com.braintreegateway.TransactionOptionsRequest
-
- venmoUserId - Variable in class com.braintreegateway.PaymentMethodNonceDetails
-
- venmoUserId - Variable in class com.braintreegateway.VenmoAccount
-
- venmoUserId - Variable in class com.braintreegateway.VenmoAccountDetails
-
- verification - Variable in class com.braintreegateway.CreditCard
-
- verification - Variable in class com.braintreegateway.VisaCheckoutCard
-
- verificationAmount - Variable in class com.braintreegateway.CreditCardOptionsRequest
-
- verificationAmount(String) - Method in class com.braintreegateway.CreditCardOptionsRequest
-
- verificationAmount - Variable in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verificationAmount(String) - Method in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verificationDeterminedAt - Variable in class com.braintreegateway.UsBankAccountVerification
-
- verificationMerchantAccountId - Variable in class com.braintreegateway.CreditCardOptionsRequest
-
- verificationMerchantAccountId(String) - Method in class com.braintreegateway.CreditCardOptionsRequest
-
- verificationMerchantAccountId - Variable in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verificationMerchantAccountId(String) - Method in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verificationMethod - Variable in class com.braintreegateway.UsBankAccountVerification
-
- VerificationMethod(String) - Constructor for enum com.braintreegateway.UsBankAccountVerification.VerificationMethod
-
- verificationMethod() - Method in class com.braintreegateway.UsBankAccountVerificationSearchRequest
-
- verifications - Variable in class com.braintreegateway.UsBankAccount
-
- verify(String) - Method in class com.braintreegateway.WebhookNotificationGateway
-
- verifyCard - Variable in class com.braintreegateway.ClientTokenOptionsRequest
-
- verifyCard(Boolean) - Method in class com.braintreegateway.ClientTokenOptionsRequest
-
- verifyCard - Variable in class com.braintreegateway.CreditCardOptionsRequest
-
- verifyCard(Boolean) - Method in class com.braintreegateway.CreditCardOptionsRequest
-
- verifyCard - Variable in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verifyCard(Boolean) - Method in class com.braintreegateway.PaymentMethodOptionsRequest
-
- verifyOptions(ClientTokenRequest) - Method in class com.braintreegateway.ClientTokenGateway
-
- version - Variable in class com.braintreegateway.ClientTokenRequest
-
- version(int) - Method in class com.braintreegateway.ClientTokenRequest
-
- VERSION - Static variable in class com.braintreegateway.Configuration
-
- version() - Method in class com.braintreegateway.util.ClientLibraryProperties
-
- VERSION_PROPERTY_NAME - Static variable in class com.braintreegateway.util.ClientLibraryProperties
-
- virtualCardLast4 - Variable in class com.braintreegateway.AndroidPayCard
-
- virtualCardLast4 - Variable in class com.braintreegateway.AndroidPayDetails
-
- virtualCardType - Variable in class com.braintreegateway.AndroidPayCard
-
- virtualCardType - Variable in class com.braintreegateway.AndroidPayDetails
-
- VISA_CHECKOUT_CARD - Static variable in class com.braintreegateway.PaymentInstrumentType
-
- VisaCheckoutAmEx - Static variable in class com.braintreegateway.test.Nonce
-
- VisaCheckoutCard - Class in com.braintreegateway
-
- VisaCheckoutCard(NodeWrapper) - Constructor for class com.braintreegateway.VisaCheckoutCard
-
- visaCheckoutCardDetails - Variable in class com.braintreegateway.Transaction
-
- VisaCheckoutCardDetails - Class in com.braintreegateway
-
- VisaCheckoutCardDetails(NodeWrapper) - Constructor for class com.braintreegateway.VisaCheckoutCardDetails
-
- visaCheckoutCards - Variable in class com.braintreegateway.Customer
-
- VisaCheckoutDiscover - Static variable in class com.braintreegateway.test.Nonce
-
- VisaCheckoutMasterCard - Static variable in class com.braintreegateway.test.Nonce
-
- VisaCheckoutVisa - Static variable in class com.braintreegateway.test.Nonce
-
- voiceReferralNumber - Variable in class com.braintreegateway.Transaction
-
- voidedAt() - Method in class com.braintreegateway.TransactionSearchRequest
-
- voidTransaction(String) - Method in class com.braintreegateway.TransactionGateway
-
Voids the transaction with the given id.