Package io.voucherify.client.model
Class LoyaltiesEarningRulesCreateRequestBodyItemSource
java.lang.Object
io.voucherify.client.model.LoyaltiesEarningRulesCreateRequestBodyItemSource
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltiesEarningRulesCreateRequestBodyItemSource
extends Object
LoyaltiesEarningRulesCreateRequestBodyItemSource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_BANNER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LoyaltiesEarningRulesCreateRequestBodyItemSource
public LoyaltiesEarningRulesCreateRequestBodyItemSource()
-
-
Method Details
-
banner
-
getBanner
Name of the earning rule. This is displayed as a header for the earning rule in the Dashboard.- Returns:
- banner
-
setBanner
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static LoyaltiesEarningRulesCreateRequestBodyItemSource fromJson(String jsonString) throws IOException Create an instance of LoyaltiesEarningRulesCreateRequestBodyItemSource given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltiesEarningRulesCreateRequestBodyItemSource
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltiesEarningRulesCreateRequestBodyItemSource
-
toJson
Convert an instance of LoyaltiesEarningRulesCreateRequestBodyItemSource to an JSON string- Returns:
- JSON string
-