Uses of Class
net.authorize.api.contract.v1.CreditCardSimpleType
-
Packages that use CreditCardSimpleType Package Description net.authorize.api.contract.v1 -
-
Uses of CreditCardSimpleType in net.authorize.api.contract.v1
Subclasses of CreditCardSimpleType in net.authorize.api.contract.v1 Modifier and Type Class Description classCreditCardTypeJava class for creditCardType complex type.Fields in net.authorize.api.contract.v1 declared as CreditCardSimpleType Modifier and Type Field Description protected CreditCardSimpleTypePaymentSimpleType. creditCardMethods in net.authorize.api.contract.v1 that return CreditCardSimpleType Modifier and Type Method Description CreditCardSimpleTypeObjectFactory. createCreditCardSimpleType()Create an instance ofCreditCardSimpleTypeCreditCardSimpleTypePaymentSimpleType. getCreditCard()Gets the value of the creditCard property.Methods in net.authorize.api.contract.v1 with parameters of type CreditCardSimpleType Modifier and Type Method Description voidPaymentSimpleType. setCreditCard(CreditCardSimpleType value)Sets the value of the creditCard property.
-