Uses of Class
com.paypal.api.PayPalAPI.MassPayRequestItemType

Packages that use MassPayRequestItemType
com.paypal.api.PayPalAPI   
 

Uses of MassPayRequestItemType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return MassPayRequestItemType
 MassPayRequestItemType[] MassPayRequestType.getMassPayItem()
           
 MassPayRequestItemType MassPayRequestType.getMassPayItem(int i)
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type MassPayRequestItemType
 void MassPayRequestType.setMassPayItem(MassPayRequestItemType[] massPayItem)
           
 void MassPayRequestType.setMassPayItem(int i, MassPayRequestItemType value)