| Name | Type | Description | Notes |
|---|---|---|---|
| title | str | ||
| value_type | PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType | ||
| payment_design_id | str | ||
| max_uses | int | ||
| discount_value | int |
from wallet.models.wt_advertisement_credit_create_params import WTAdvertisementCreditCreateParams
# TODO update the JSON string below
json = "{}"
# create an instance of WTAdvertisementCreditCreateParams from a JSON string
wt_advertisement_credit_create_params_instance = WTAdvertisementCreditCreateParams.from_json(json)
# print the JSON string representation of the object
print WTAdvertisementCreditCreateParams.to_json()
# convert the object into a dict
wt_advertisement_credit_create_params_dict = wt_advertisement_credit_create_params_instance.to_dict()
# create an instance of WTAdvertisementCreditCreateParams from a dict
wt_advertisement_credit_create_params_form_dict = wt_advertisement_credit_create_params.from_dict(wt_advertisement_credit_create_params_dict)