new IncrementalAuthorization()
Methods
(static) IncrementalAuthorization#getAmount() → {Number}
Get the field value
Amount of the incremental authorization
Returns:
must be a long integer
- Type
- Number
(static) IncrementalAuthorization#getCardTransaction() → {payments.CardTransaction}
Get the field value
Returns:
(static) IncrementalAuthorization#getCreatedTime() → {Number}
Get the field value
Created time on the server
Returns:
must be a long integer
- Type
- Number
(static) IncrementalAuthorization#getEmployee() → {base.Reference}
Get the field value
The employee who processed the incremental Auth
Returns:
- Type
- base.Reference
(static) IncrementalAuthorization#getGatewayTxId() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) IncrementalAuthorization#getId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) IncrementalAuthorization#getMerchantId() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) IncrementalAuthorization#getPaymentId() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) IncrementalAuthorization#getResult() → {payments.Result}
Get the field value
Result of the incremental auth
Returns:
- Type
- payments.Result
(static) IncrementalAuthorization#setAmount(amount)
Set the field value
Amount of the incremental authorization
Parameters:
Name | Type | Description |
---|---|---|
amount |
Number | must be a long integer |
(static) IncrementalAuthorization#setCardTransaction(cardTransaction)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardTransaction |
payments.CardTransaction |
(static) IncrementalAuthorization#setCreatedTime(createdTime)
Set the field value
Created time on the server
Parameters:
Name | Type | Description |
---|---|---|
createdTime |
Number | must be a long integer |
(static) IncrementalAuthorization#setEmployee(employee)
Set the field value
The employee who processed the incremental Auth
Parameters:
Name | Type | Description |
---|---|---|
employee |
base.Reference |
(static) IncrementalAuthorization#setGatewayTxId(gatewayTxId)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
gatewayTxId |
Number | must be a long integer |
(static) IncrementalAuthorization#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
(static) IncrementalAuthorization#setMerchantId(merchantId)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
merchantId |
Number | must be a long integer |
(static) IncrementalAuthorization#setPaymentId(paymentId)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
Number | must be a long integer |
(static) IncrementalAuthorization#setResult(result)
Set the field value
Result of the incremental auth
Parameters:
Name | Type | Description |
---|---|---|
result |
payments.Result |