|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpaypalnvp.fields.BillingAgreement
public final class BillingAgreement
Billing Agreement Details Fields
Nested Class Summary | |
---|---|
static class |
BillingAgreement.PaymentType
PayPal payment you require for the billing agreement |
Constructor Summary | |
---|---|
BillingAgreement()
|
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 |
void |
setBillingType(java.lang.String billingType)
Type of billing agreement. |
void |
setCustomField(java.lang.String field)
Custom annotation field for your own use. |
void |
setDescription(java.lang.String description)
Description of goods or services associated with the billing agreement, which is required for each recurring payment billing agreement. |
void |
setPaymentType(BillingAgreement.PaymentType paymentType)
Specifies type of PayPal payment you require for the billing agreement. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BillingAgreement()
Method Detail |
---|
public void setBillingType(java.lang.String billingType)
billingType
- public void setDescription(java.lang.String description) throws java.lang.IllegalArgumentException
description
-
java.lang.IllegalArgumentException
public void setPaymentType(BillingAgreement.PaymentType paymentType)
paymentType
- public void setCustomField(java.lang.String field) throws java.lang.IllegalArgumentException
field
-
java.lang.IllegalArgumentException
public java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
RequestFields
getNVPRequest
in interface RequestFields
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |