You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A unique identifier assigned to the specific carrier account.
[optional]
carrier_name
str
Name of the carrier.
[optional]
description
str
Description of this carrier account.
[optional]
Example
fromshipping.models.get_carrier_accounts200_response_carrier_accounts_innerimportGetCarrierAccounts200ResponseCarrierAccountsInner# TODO update the JSON string belowjson="{}"# create an instance of GetCarrierAccounts200ResponseCarrierAccountsInner from a JSON stringget_carrier_accounts200_response_carrier_accounts_inner_instance=GetCarrierAccounts200ResponseCarrierAccountsInner.from_json(json)
# print the JSON string representation of the objectprint(GetCarrierAccounts200ResponseCarrierAccountsInner.to_json())
# convert the object into a dictget_carrier_accounts200_response_carrier_accounts_inner_dict=get_carrier_accounts200_response_carrier_accounts_inner_instance.to_dict()
# create an instance of GetCarrierAccounts200ResponseCarrierAccountsInner from a dictget_carrier_accounts200_response_carrier_accounts_inner_from_dict=GetCarrierAccounts200ResponseCarrierAccountsInner.from_dict(get_carrier_accounts200_response_carrier_accounts_inner_dict)