Class: IncrementalAuthorization

payments.IncrementalAuthorization()

new IncrementalAuthorization()

Source:

Methods

(static) IncrementalAuthorization#getAmount() → {Number}

Get the field value Amount of the incremental authorization
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementalAuthorization#getCardTransaction() → {payments.CardTransaction}

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

(static) IncrementalAuthorization#getCreatedTime() → {Number}

Get the field value Created time on the server
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementalAuthorization#getEmployee() → {base.Reference}

Get the field value The employee who processed the incremental Auth
Source:
Returns:
Type
base.Reference

(static) IncrementalAuthorization#getGatewayTxId() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementalAuthorization#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) IncrementalAuthorization#getMerchantId() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementalAuthorization#getPaymentId() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementalAuthorization#getResult() → {payments.Result}

Get the field value Result of the incremental auth
Source:
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
Source:

(static) IncrementalAuthorization#setCardTransaction(cardTransaction)

Set the field value
Parameters:
Name Type Description
cardTransaction payments.CardTransaction
Source:

(static) IncrementalAuthorization#setCreatedTime(createdTime)

Set the field value Created time on the server
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) IncrementalAuthorization#setEmployee(employee)

Set the field value The employee who processed the incremental Auth
Parameters:
Name Type Description
employee base.Reference
Source:

(static) IncrementalAuthorization#setGatewayTxId(gatewayTxId)

Set the field value
Parameters:
Name Type Description
gatewayTxId Number must be a long integer
Source:

(static) IncrementalAuthorization#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) IncrementalAuthorization#setMerchantId(merchantId)

Set the field value
Parameters:
Name Type Description
merchantId Number must be a long integer
Source:

(static) IncrementalAuthorization#setPaymentId(paymentId)

Set the field value
Parameters:
Name Type Description
paymentId Number must be a long integer
Source:

(static) IncrementalAuthorization#setResult(result)

Set the field value Result of the incremental auth
Parameters:
Name Type Description
result payments.Result
Source: