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
URL to redirect the end user back to after they complete the payment on the bank/mobile provider page (e.g., the merchant checkout page)
[optional]
Example
fromfireblocks.models.external_account_local_bank_africaimportExternalAccountLocalBankAfrica# TODO update the JSON string belowjson="{}"# create an instance of ExternalAccountLocalBankAfrica from a JSON stringexternal_account_local_bank_africa_instance=ExternalAccountLocalBankAfrica.from_json(json)
# print the JSON string representation of the objectprint(ExternalAccountLocalBankAfrica.to_json())
# convert the object into a dictexternal_account_local_bank_africa_dict=external_account_local_bank_africa_instance.to_dict()
# create an instance of ExternalAccountLocalBankAfrica from a dictexternal_account_local_bank_africa_from_dict=ExternalAccountLocalBankAfrica.from_dict(external_account_local_bank_africa_dict)