Class Wallet#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.Wallet : xbe.sdk.EntityBase#

Manages information about the current account balance and payment information for a given customer.

The uid of this object should map to a user or organization’s uid.

REQUIRES: Purchasing Services

Public Functions

Wallet ()#
Wallet (Object obj)

Properties

string Billing { get; set; }#

The uid of the billing contact for the wallet.

double Balance { get; set; }#

The current balance of the customer’s funds with the account.

string > Contacts { get; set; }#

The list of UIDs of the contacts associated with the account.

Currency Currency { get; set; }#

The current that the balance is represented as.

Object Data { get; set; }#

An arbitrary map of metadata associated with this account.

Public Static Functions

new Wallet Parse (string json)#

Parses the given JSON encoded string into a new Wallet instance.

Param json:

Return: