public class

InvoiceCustomAmount

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.InvoiceCustomAmount

Class Overview

Container for custom amounts on invoices

Summary

Public Constructors
InvoiceCustomAmount()
Public Methods
BigDecimal getAmount()
this is an amount object on the server which has a string for currency, and value
String getLabel()
Custom amount label
void setAmount(BigDecimal value)
this is an amount object on the server which has a string for currency, and value
void setLabel(String value)
Custom amount label
String toString()
Returns a string representing the serialized state of the InvoiceCustomAmount object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceCustomAmount ()

Public Methods

public BigDecimal getAmount ()

this is an amount object on the server which has a string for currency, and value

public String getLabel ()

Custom amount label

public void setAmount (BigDecimal value)

this is an amount object on the server which has a string for currency, and value

public void setLabel (String value)

Custom amount label

public String toString ()

Returns a string representing the serialized state of the InvoiceCustomAmount object