|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaypalnvp.request.BillOutstandingAmount
public final class BillOutstandingAmount
BillOutstandingAmount Request Message Bill the buyer for the outstanding balance associated with a recurring payments profile.
| Constructor Summary | |
|---|---|
BillOutstandingAmount(java.lang.String profileId)
Recurring payments profile ID returned in the CreateRecurringPaymentsProfile response. |
|
| 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 |
java.util.Map<java.lang.String,java.lang.String> |
getNVPResponse()
Return response from paypal. |
void |
setAmount(java.lang.String amount)
The amount to bill. |
void |
setNote(java.lang.String note)
The reason for the non-scheduled payment. |
void |
setNVPResponse(java.util.Map<java.lang.String,java.lang.String> nvpResponse)
Setter for nvp (name value pair) response |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BillOutstandingAmount(java.lang.String profileId)
throws java.lang.IllegalArgumentException
profileId -
java.lang.IllegalArgumentException| Method Detail |
|---|
public void setAmount(java.lang.String amount)
throws java.lang.IllegalArgumentException
amount - Set this field to 0 if the transaction does not include
a one-time purchase; for example, when you set up a
billing agreement for a recurring payment that is not
immediately charged.
Limitations: Must not exceed $10,000 USD in any
currency. No currency symbol. Must have two decimal
places, decimal separator must be a period (.), and no
thousands separator.
java.lang.IllegalArgumentExceptionpublic void setNote(java.lang.String note)
note - public java.util.Map<java.lang.String,java.lang.String> getNVPRequest()
Request
getNVPRequest in interface Requestpublic void setNVPResponse(java.util.Map<java.lang.String,java.lang.String> nvpResponse)
Request
setNVPResponse in interface Requestpublic java.util.Map<java.lang.String,java.lang.String> getNVPResponse()
Request
getNVPResponse in interface Requestpublic 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 | |||||||||