Package com.stripe.model.checkout
Class Session.BrandingSettings.Icon
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.BrandingSettings.Icon
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.BrandingSettings
For more details about Icon, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getFile()
The ID of a File upload representing the icon.getType()
The type of image for the icon.getUrl()
The URL of the image.int
hashCode()
void
The ID of a File upload representing the icon.void
The type of image for the icon.void
The URL of the image.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Icon
public Icon()
-
-
Method Details
-
getFile
The ID of a File upload representing the icon. Purpose must bebusiness_icon
. Required iftype
isfile
and disallowed otherwise. -
getType
The type of image for the icon. Must be one offile
orurl
. -
getUrl
The URL of the image. Present whentype
isurl
. -
setFile
The ID of a File upload representing the icon. Purpose must bebusiness_icon
. Required iftype
isfile
and disallowed otherwise. -
setType
The type of image for the icon. Must be one offile
orurl
. -
setUrl
The URL of the image. Present whentype
isurl
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-