new BatchCardTotal()
- Source:
Methods
(static) BatchCardTotal#getCardType() → {payments.CardType}
Get the field value
- Source:
Returns:
- Type
- payments.CardType
(static) BatchCardTotal#getCardTypeLabel() → {String}
Get the field value
In the case of CardType.OTHER, an optional label might be provided
- Source:
Returns:
- Type
- String
(static) BatchCardTotal#getCount() → {Number}
Get the field value
Total count of types
- Source:
Returns:
must be a long integer
- Type
- Number
(static) BatchCardTotal#getInstallments() → {Number}
Get the field value
Number of installments for this CardTotal
- 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#setCardTypeLabel(cardTypeLabel)
Set the field value
In the case of CardType.OTHER, an optional label might be provided
Parameters:
Name | Type | Description |
---|---|---|
cardTypeLabel |
String |
- 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#setInstallments(installments)
Set the field value
Number of installments for this CardTotal
Parameters:
Name | Type | Description |
---|---|---|
installments |
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: