paypalnvp.fields
Interface RequestFields

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActivationDetails, Address, BillingAgreement, BillingPeriodDetails, BuyerDetails, CreditCard, EbayPaymentItem, MassPayItem, PayerInformation, PayerName, Payment, PaymentItem, RecurringPaymentsProfileDetails, ScheduleDetails, Secure3D, ShippingOptions, ShipToAddress, UserSelectedOptions

public interface RequestFields
extends java.io.Serializable


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
          Creates and returns part of the nvp (name value pair) request containing request values
 

Method Detail

getNVPRequest

java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
Creates and returns part of the nvp (name value pair) request containing request values

Returns:
part of the nvp request as a Map