CryptoWalletAddress

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

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.restapi.models.CryptoWalletAddress

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