Package com.stripe.model.issuing
Class PersonalizationDesign.CarrierText
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.PersonalizationDesign.CarrierText
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PersonalizationDesign
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The footer body text of the carrier letter.The footer title text of the carrier letter.The header body text of the carrier letter.The header title text of the carrier letter.int
hashCode()
void
setFooterBody
(String footerBody) The footer body text of the carrier letter.void
setFooterTitle
(String footerTitle) The footer title text of the carrier letter.void
setHeaderBody
(String headerBody) The header body text of the carrier letter.void
setHeaderTitle
(String headerTitle) The header title text of the carrier letter.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CarrierText
public CarrierText()
-
-
Method Details
-
getHeaderBody
The header body text of the carrier letter. -
getHeaderTitle
The header title text of the carrier letter. -
setHeaderBody
The header body text of the carrier letter. -
setHeaderTitle
The header title text of the carrier letter. -
equals
-
canEqual
-
hashCode
public int hashCode()