Uses of Class
com.braintreegateway.enums.Consumer
-
Packages that use Consumer Package Description com.braintreegateway com.braintreegateway.enums -
-
Uses of Consumer in com.braintreegateway
Methods in com.braintreegateway that return Consumer Modifier and Type Method Description Consumer
AndroidPayCard. getConsumer()
Consumer
AndroidPayDetails. getConsumer()
Consumer
ApplePayCard. getConsumer()
Consumer
ApplePayDetails. getConsumer()
Consumer
BinData. getConsumer()
Consumer
CreditCard. getConsumer()
Consumer
MetaCheckoutCard. getConsumer()
Consumer
MetaCheckoutCardDetails. getConsumer()
Consumer
MetaCheckoutToken. getConsumer()
Consumer
MetaCheckoutTokenDetails. getConsumer()
Consumer
VisaCheckoutCard. getConsumer()
Consumer
VisaCheckoutCardDetails. getConsumer()
-
Uses of Consumer in com.braintreegateway.enums
Methods in com.braintreegateway.enums that return Consumer Modifier and Type Method Description static Consumer
Consumer. valueOf(String name)
Returns the enum constant of this type with the specified name.static Consumer[]
Consumer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-