Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

AccountLevelMerchantReport.md

File metadata and controls

28 lines (20 loc) · 1.07 KB

AccountLevelMerchantReport

Properties

Name Type Description Notes
data List[MerchantReport] [optional]

Example

from sparkfly_client.models.account_level_merchant_report import AccountLevelMerchantReport

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

# convert the object into a dict
account_level_merchant_report_dict = account_level_merchant_report_instance.to_dict()
# create an instance of AccountLevelMerchantReport from a dict
account_level_merchant_report_form_dict = account_level_merchant_report.from_dict(account_level_merchant_report_dict)

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