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
The gateway onboarding URL for the merchant to open.
[optional]
admin_url
str
A deep-link into the store admin for the provider.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_payment_provider_payment_provider_connect_link_resource_dataimportEcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData from a JSON stringecommerce_v1_payment_provider_payment_provider_connect_link_resource_data_instance=EcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData.to_json())
# convert the object into a dictecommerce_v1_payment_provider_payment_provider_connect_link_resource_data_dict=ecommerce_v1_payment_provider_payment_provider_connect_link_resource_data_instance.to_dict()
# create an instance of EcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData from a dictecommerce_v1_payment_provider_payment_provider_connect_link_resource_data_from_dict=EcommerceV1PaymentProviderPaymentProviderConnectLinkResourceData.from_dict(ecommerce_v1_payment_provider_payment_provider_connect_link_resource_data_dict)