Class GetCollectionSettingsResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| ProcessingSystem | string | Possible responses are:
| |
| Location | string | The name of the location and the location Id (LID) the settings are for. | |
| CollectionSettingsName | string | ||
| Enabled | bool | Possible responses are:
| |
| PrincipalAttempts | byte | The total number of attempts, including the original attempt, to collect the funds. Therefore, the count will always be incremented by ‘1’ to a maximum of 3. | |
| TimeFinalPresentment | string | Is the last presentment to coincide with common paydays? Possible responses are:
| |
| FeeAttempts | string | Maximum number of attempts. | |
| StateFeeOverrideAmount | string | Return check fee, if applicable. | |
| MinDaysFirstPresentment | string | Number of days before first re-presentment or N/A. | |
| MinDaysLastPresentment | string | Timing of final re-presentment or N/A. | |
| ManualRepresentment | string | Possible responses are:
| |
| DaysBeforeClear | byte | The number of days before the item is considered collected. |
Examples
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetCollectionSettingsResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCollectionSettingsResult>
<WSCollectionSetting>
<Location>Sample (13456)</Location>
<CollectionSettingsName>Sample Collection Settings</CollectionSettingsName>
<Enabled>true</Enabled>
<PrincipalAttempts>3</PrincipalAttempts>
<TimeFinalPresentment>True</TimeFinalPresentment>
<FeeAttempts>2</FeeAttempts>
<StateFeeOverrideAmount>$0.00</StateFeeOverrideAmount>
<MinDaysFirstPresentment>0</MinDaysFirstPresentment>
<MinDaysLastPresentment>N/A</MinDaysLastPresentment>
<DaysBeforeClear>0</DaysBeforeClear>
</WSCollectionSetting>
</GetCollectionSettingsResult>
</GetCollectionSettingsResponse>
</soap:Body>
</soap:Envelope>