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
Currencies the gateway supports; present only when the store currency is unsupported.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_payment_provider_payment_provider_list_resource_data_available_innerimportEcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner from a JSON stringecommerce_v1_payment_provider_payment_provider_list_resource_data_available_inner_instance=EcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner.to_json())
# convert the object into a dictecommerce_v1_payment_provider_payment_provider_list_resource_data_available_inner_dict=ecommerce_v1_payment_provider_payment_provider_list_resource_data_available_inner_instance.to_dict()
# create an instance of EcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner from a dictecommerce_v1_payment_provider_payment_provider_list_resource_data_available_inner_from_dict=EcommerceV1PaymentProviderPaymentProviderListResourceDataAvailableInner.from_dict(ecommerce_v1_payment_provider_payment_provider_list_resource_data_available_inner_dict)