Uses of Class
net.authorize.api.contract.v1.PaymentSimpleType
-
Packages that use PaymentSimpleType Package Description net.authorize.api.contract.v1 -
-
Uses of PaymentSimpleType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as PaymentSimpleType Modifier and Type Field Description protected PaymentSimpleTypeEnumCollection. paymentSimpleTypeprotected PaymentSimpleTypeXXDoNotUseDummyRequest. paymentSimpleTypeMethods in net.authorize.api.contract.v1 that return PaymentSimpleType Modifier and Type Method Description PaymentSimpleTypeObjectFactory. createPaymentSimpleType()Create an instance ofPaymentSimpleTypePaymentSimpleTypeEnumCollection. getPaymentSimpleType()Gets the value of the paymentSimpleType property.PaymentSimpleTypeXXDoNotUseDummyRequest. getPaymentSimpleType()Gets the value of the paymentSimpleType property.Methods in net.authorize.api.contract.v1 with parameters of type PaymentSimpleType Modifier and Type Method Description voidEnumCollection. setPaymentSimpleType(PaymentSimpleType value)Sets the value of the paymentSimpleType property.voidXXDoNotUseDummyRequest. setPaymentSimpleType(PaymentSimpleType value)Sets the value of the paymentSimpleType property.
-