Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1.14 KB

File metadata and controls

17 lines (12 loc) · 1.14 KB

BusinessRecipientAddressObject

Properties

Name Type Description Notes
id Option<uuid::Uuid> Unique system generated identifier for the entity. [optional]
address Option<String> An alphanumeric string representing a blockchain address. Will be in different formats for different chains. It is important to preserve the exact formatting and capitalization of the address. [optional]
address_tag Option<String> The secondary identifier for a blockchain address. An example of this is the memo field on the Stellar network, which can be text, id, or hash format. [optional]
chain Option<models::Chain> [optional]
currency Option<models::Currency> [optional]
description Option<String> An identifier or sentence that describes the recipient. [optional]
status Option<String> [optional]

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