new BatchTransactions()
- Source:
Methods
(static) BatchTransactions#getCreditIds() → {Array.<String>}
    Get the field value
List of credits in the batch
- Source:
Returns:
    An array of
- Type
- Array.<String>
(static) BatchTransactions#getPaymentIds() → {Array.<String>}
    Get the field value
List of payments in the batch
- Source:
Returns:
    An array of
- Type
- Array.<String>
(static) BatchTransactions#getRefundIds() → {Array.<String>}
    Get the field value
List of refunds in the batch
- Source:
Returns:
    An array of
- Type
- Array.<String>
(static) BatchTransactions#setCreditIds(creditIds)
    Set the field value
List of credits in the batch
    Parameters:
| Name | Type | Description | 
|---|---|---|
| creditIds | Array.<String> | An array of | 
- Source:
(static) BatchTransactions#setPaymentIds(paymentIds)
    Set the field value
List of payments in the batch
    Parameters:
| Name | Type | Description | 
|---|---|---|
| paymentIds | Array.<String> | An array of | 
- Source:
(static) BatchTransactions#setRefundIds(refundIds)
    Set the field value
List of refunds in the batch
    Parameters:
| Name | Type | Description | 
|---|---|---|
| refundIds | Array.<String> | An array of | 
- Source: