Skip to content

Files

Latest commit

184d877 · Sep 9, 2024

History

History
16 lines (11 loc) · 1.12 KB

BusinessRecipientAddressCreationRequest.md

File metadata and controls

16 lines (11 loc) · 1.12 KB

BusinessRecipientAddressCreationRequest

Properties

Name Type Description Notes
idempotency_key uuid::Uuid Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
address 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.
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 models::Chain
currency Option<models::Currency> [optional]
description String An identifier or sentence that describes the recipient.

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