Package com.stripe.param.checkout
Class SessionCreateParams.BrandingSettings.Logo
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.BrandingSettings.Logo
- Enclosing class:
- SessionCreateParams.BrandingSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.getFile()
The ID of a File upload representing the logo.getType()
Required. The type of image for the logo.getUrl()
The URL of the image.int
hashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFile
The ID of a File upload representing the logo. Purpose must bebusiness_logo
. Required iftype
isfile
and disallowed otherwise. -
getType
Required. The type of image for the logo. Must be one offile
orurl
. -
getUrl
The URL of the image. Required iftype
isurl
and disallowed otherwise. -
equals
-
canEqual
-
hashCode
public int hashCode()
-