public class Presentation extends PayPalModel
Constructor and Description |
---|
Presentation()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getBrandName()
Getter for brandName
|
String |
getLocaleCode()
Getter for localeCode
|
String |
getLogoImage()
Getter for logoImage
|
Presentation |
setBrandName(String brandName)
Setter for brandName
|
Presentation |
setLocaleCode(String localeCode)
Setter for localeCode
|
Presentation |
setLogoImage(String logoImage)
Setter for logoImage
|
equals, hashCode, toJSON, toString
public Presentation setBrandName(String brandName)
public String getBrandName()
public Presentation setLogoImage(String logoImage)
public String getLogoImage()
public Presentation setLocaleCode(String localeCode)
public String getLocaleCode()
Copyright © 2015. All Rights Reserved.