Uses of Class
com.paypal.svcs.types.common.AckCode

Packages that use AckCode
com.paypal.svcs.types.common   
 

Uses of AckCode in com.paypal.svcs.types.common
 

Methods in com.paypal.svcs.types.common that return AckCode
static AckCode AckCode.fromValue(String v)
           
 AckCode ResponseEnvelope.getAck()
          Getter for ack
static AckCode AckCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AckCode[] AckCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.paypal.svcs.types.common with parameters of type AckCode
 void ResponseEnvelope.setAck(AckCode ack)
          Setter for ack
 



Copyright © 2013. All Rights Reserved.