CryptoWalletAddress

data class CryptoWalletAddress(val label: String, val address: String)

A crypto currency wallet address the user accepts.

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

Constructors

Link copied to clipboard
constructor(label: String, address: String)

Properties

Link copied to clipboard
@SerializedName(value = "address")
val address: String
Link copied to clipboard
@SerializedName(value = "label")
val label: String