public class

InvoiceTemplatesResponse

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

Summary

Public Constructors
InvoiceTemplatesResponse()
Public Methods
InvoiceTemplate getDefaultTemplate()
The default template
List<InvoiceTemplate> getTemplates()
array of all the templates
void setDefaultTemplate(InvoiceTemplate value)
The default template
void setTemplates(List<InvoiceTemplate> value)
array of all the templates
String toString()
Returns a string representing the serialized state of the InvoiceTemplatesResponse object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceTemplatesResponse ()

Public Methods

public InvoiceTemplate getDefaultTemplate ()

The default template

public List<InvoiceTemplate> getTemplates ()

array of all the templates

public void setDefaultTemplate (InvoiceTemplate value)

The default template

public void setTemplates (List<InvoiceTemplate> value)

array of all the templates

public String toString ()

Returns a string representing the serialized state of the InvoiceTemplatesResponse object