Class HoldAllCreditsRequest
Properties
NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
---|---|---|---|---|
RequestId | int | Value provided by the user to identify the request. The element can be blank or null. | ||
RequestDate | datetime | Date the request is being made. The element cannot be blank but can be null. | ||
Credentials | Credentials | Holds Credentials SmartPayManager Web Service. |
Credentials
NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
---|---|---|---|---|
StoreId | long | Y | Unique user ID generated by EPS. | |
StoreKey | string | Y | Unique password generated by EPS. | |
EntityId | int | Y | Unique identifier that is generated by EPS to identify the Owning Entity. |
Examples
<GetHoldAllCredits>
<MethodParameters>
<request>
<Credentials>
<EntityId>12345</EntityId>
<StoreId>987654</StoreId>
<StoreKey>wCgMQun4HQBXXzsGZrZtCcpTT6xh</StoreKey>
</Credentials>
<RequestDate>10/18/2017 12:57:57 PM</RequestDate>
<RequestId isNull="false" />
</request>
</MethodParameters>
</GetHoldAllCredits>