updateAfterPaymentTransferSuspendTime

This mutation updates the suspend time of the payment transfer.

Sample Mutation

Update the suspend time:

mutation{
  updateAfterPaymentTransferSuspendTime(orgID:"a1dc174d-abf4-47d3-be3c-9281c6eba456"
  afterPaymentTransferSuspendTime:5)
}

Sample Response

{
  "data": {
    "updateAfterPaymentTransferSuspendTime": true
  }
}

Arguments

NameTypeDescriptionRequired
orgIdUUIDThe organization ID.Yes
afterPaymentTransferSuspendTimeIntergerThe suspend duration.Yes

Returns

NameTypeDescription
updateAfterPaymentTransferSuspendTimeBooleanThe confirmation of the suspend time updates.

Example

Updates the after payment transfer suspend time: