BalanceHistoryRequest

Variables

program_id

int64

The program id used to search balance history

maximumCount

int32

To specify maximum of records to return.

minimumTransactionId

int64

The lowest transaction id used to search balance history.

maximumTransactionId

int64

The highest transaction id used to search balance history.

minimumTransactionDate

int64

The min transaction date used to search balance history.

maximumTransactionDate

int64

The max transaction date used to search balance history.

descending

boolean

Specify if the returned list should be ordered descending.

giftCode

string

The code of the gift used to search balance history.

cardIdentifier

string

The identifier of a card attached to the customer.

emailAddress

string

The emailAddress of the customer.  Checked if there is no cardIdentifier provided MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

userName

string

The userName of the customer.  Checked if there is no emailAddress provided MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

communityId

int64

The id of the community of the customer.  Will be used in case no card was provided, but there WAS an emailAddress of userName provided

Close