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.

Types

Link copied to clipboard
class Builder

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String