public class

InvoiceAttachment

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

Class Overview

Invoice attachment

Summary

Public Constructors
InvoiceAttachment()
Public Methods
String getName()
name of the attachment
String getUrl()
url of the attachment
void setName(String value)
name of the attachment
void setUrl(String value)
url of the attachment
String toString()
Returns a string representing the serialized state of the InvoiceAttachment object
String usableURL()
workaround for known API issue, returns usable version of the URL
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceAttachment ()

Public Methods

public String getName ()

name of the attachment

public String getUrl ()

url of the attachment

public void setName (String value)

name of the attachment

public void setUrl (String value)

url of the attachment

public String toString ()

Returns a string representing the serialized state of the InvoiceAttachment object

public String usableURL ()

workaround for known API issue, returns usable version of the URL