Package paypal.payflow
Interface IRequestDataObject
public interface IRequestDataObject
Interface for all request data objects.
*
This interface can be used to create a new request data object.
-
Method Summary
-
Method Details
-
generateRequest
void generateRequest()/// Generates the transaction request. ///When implemented in the derived class, this method /// should be preferred to be made as an internal method.
-