Class: BatchCardTotal

payments.BatchCardTotal

new BatchCardTotal()

Source:

Methods

(static) BatchCardTotal#getCardType() → {payments.CardType}

Get the field value
Source:
Returns:
Type
payments.CardType

(static) BatchCardTotal#getCount() → {Number}

Get the field value Total count of types
Source:
Returns:
must be a long integer
Type
Number

(static) BatchCardTotal#getTotal() → {Number}

Get the field value Total amount for type
Source:
Returns:
must be a long integer
Type
Number

(static) BatchCardTotal#setCardType(cardType)

Set the field value
Parameters:
Name Type Description
cardType payments.CardType
Source:

(static) BatchCardTotal#setCount(count)

Set the field value Total count of types
Parameters:
Name Type Description
count Number must be a long integer
Source:

(static) BatchCardTotal#setTotal(total)

Set the field value Total amount for type
Parameters:
Name Type Description
total Number must be a long integer
Source: