ProfilePayments

The user's public payment information. This is only provided in authenticated API requests.

Parameters

links

A list of payment URLs the user has added to their profile.

cryptoWallets

A list of crypto currencies the user accepts.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>
Link copied to clipboard
@SerializedName(value = "links")
val links: List<Link>

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