Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.31 KB

FrontierServiceCreateBillingAccountRequest.md

File metadata and controls

28 lines (20 loc) · 1.31 KB

FrontierServiceCreateBillingAccountRequest

Properties

Name Type Description Notes
body V1beta1BillingAccountRequestBody [optional]

Example

from frontier_api.models.frontier_service_create_billing_account_request import FrontierServiceCreateBillingAccountRequest

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

# convert the object into a dict
frontier_service_create_billing_account_request_dict = frontier_service_create_billing_account_request_instance.to_dict()
# create an instance of FrontierServiceCreateBillingAccountRequest from a dict
frontier_service_create_billing_account_request_form_dict = frontier_service_create_billing_account_request.from_dict(frontier_service_create_billing_account_request_dict)

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