PaymentDestinationDetails
amountnumber
The amount of the purchased cryptocurrency
Example: 
100currencystring
The cryptocurrency purchased
Example: 
BTCnetworkstring
The network used to process the cryptocurrency transaction
Example: 
MainnetwalletAddressstring
Crypto wallet address that received the purchased funds
Example: 
3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLywalletAddressTagstring
Tag, memo, or any additional identifier of the wallet address
Example: 
abc123PaymentDestinationDetails
{
  "amount": 100,
  "currency": "BTC",
  "network": "Mainnet",
  "walletAddress": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy",
  "walletAddressTag": "abc123"
}