Class: FailedBatchSettlement

payments.FailedBatchSettlement()

new FailedBatchSettlement()

Source:

Methods

(static) FailedBatchSettlement#getBatchId() → {String}

Get the field value
Source:
Returns:
Type
String

(static) FailedBatchSettlement#getBatchType() → {payments.BatchType}

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

(static) FailedBatchSettlement#getCid() → {String}

Get the field value
Source:
Returns:
Type
String

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

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

(static) FailedBatchSettlement#getMerchantName() → {String}

Get the field value
Source:
Returns:
Type
String

(static) FailedBatchSettlement#getMid() → {String}

Get the field value
Source:
Returns:
Type
String

(static) FailedBatchSettlement#getRetries() → {Number}

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

(static) FailedBatchSettlement#getState() → {payments.BatchState}

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

(static) FailedBatchSettlement#getTxCount() → {Number}

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

(static) FailedBatchSettlement#setBatchId(batchId)

Set the field value
Parameters:
Name Type Description
batchId String
Source:

(static) FailedBatchSettlement#setBatchType(batchType)

Set the field value
Parameters:
Name Type Description
batchType payments.BatchType
Source:

(static) FailedBatchSettlement#setCid(cid)

Set the field value
Parameters:
Name Type Description
cid String
Source:

(static) FailedBatchSettlement#setCreatedTime(createdTime)

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

(static) FailedBatchSettlement#setMerchantName(merchantName)

Set the field value
Parameters:
Name Type Description
merchantName String
Source:

(static) FailedBatchSettlement#setMid(mid)

Set the field value
Parameters:
Name Type Description
mid String
Source:

(static) FailedBatchSettlement#setRetries(retries)

Set the field value
Parameters:
Name Type Description
retries Number must be an integer
Source:

(static) FailedBatchSettlement#setState(state)

Set the field value
Parameters:
Name Type Description
state payments.BatchState
Source:

(static) FailedBatchSettlement#setTxCount(txCount)

Set the field value
Parameters:
Name Type Description
txCount Number must be an integer
Source: