Parcelable representing data for text module associated with wallet object.
| public static final Creator<TextModuleData> | CREATOR |
|
TextModuleData(String header,
String
body)
Creates an instance of TextModule with given header and body
|
| String |
getBody()
Returns the text module body.
|
| String |
getHeader()
Returns the text module header.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the text module body.
Returns the text module header.