Package com.stripe.model.issuing
Class PhysicalBundle.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.PhysicalBundle.Features
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PhysicalBundle
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The policy for how to use card logo images in a card design with this physical bundle.The policy for how to use carrier letter text in a card design with this physical bundle.The policy for how to use a second line on a card with this physical bundle.int
hashCode()
void
setCardLogo
(String cardLogo) The policy for how to use card logo images in a card design with this physical bundle.void
setCarrierText
(String carrierText) The policy for how to use carrier letter text in a card design with this physical bundle.void
setSecondLine
(String secondLine) The policy for how to use a second line on a card with this physical bundle.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Features
public Features()
-
-
Method Details
-
getCardLogo
The policy for how to use card logo images in a card design with this physical bundle.One of
optional
,required
, orunsupported
. -
getCarrierText
The policy for how to use carrier letter text in a card design with this physical bundle.One of
optional
,required
, orunsupported
. -
getSecondLine
The policy for how to use a second line on a card with this physical bundle.One of
optional
,required
, orunsupported
. -
setCardLogo
The policy for how to use card logo images in a card design with this physical bundle.One of
optional
,required
, orunsupported
. -
setCarrierText
The policy for how to use carrier letter text in a card design with this physical bundle.One of
optional
,required
, orunsupported
. -
setSecondLine
The policy for how to use a second line on a card with this physical bundle.One of
optional
,required
, orunsupported
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-