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
Name | Type | Description | Required |
---|---|---|---|
orgId | UUID | The organization ID. | Yes |
afterPaymentTransferSuspendTime | Interger | The suspend duration. | Yes |
Returns
Name | Type | Description |
---|---|---|
updateAfterPaymentTransferSuspendTime | Boolean | The confirmation of the suspend time updates. |
Example
Updates the after payment transfer suspend time: