Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.59 KB

File metadata and controls

34 lines (25 loc) · 1.59 KB

WTWalletConfigurationSaveWalletRecordPassBrandKit

Properties

Name Type Description Notes
background_color object [optional]
text_color object [optional]
accent_color object [optional]
logo_url object [optional]
mark_url object [optional]
banner_image_url object [optional]

Example

from wallet.models.wt_wallet_configuration_save_wallet_record_pass_brand_kit import WTWalletConfigurationSaveWalletRecordPassBrandKit

# TODO update the JSON string below
json = "{}"
# create an instance of WTWalletConfigurationSaveWalletRecordPassBrandKit from a JSON string
wt_wallet_configuration_save_wallet_record_pass_brand_kit_instance = WTWalletConfigurationSaveWalletRecordPassBrandKit.from_json(json)
# print the JSON string representation of the object
print WTWalletConfigurationSaveWalletRecordPassBrandKit.to_json()

# convert the object into a dict
wt_wallet_configuration_save_wallet_record_pass_brand_kit_dict = wt_wallet_configuration_save_wallet_record_pass_brand_kit_instance.to_dict()
# create an instance of WTWalletConfigurationSaveWalletRecordPassBrandKit from a dict
wt_wallet_configuration_save_wallet_record_pass_brand_kit_form_dict = wt_wallet_configuration_save_wallet_record_pass_brand_kit.from_dict(wt_wallet_configuration_save_wallet_record_pass_brand_kit_dict)

[Back to Model list] [Back to API list] [Back to README]