Method PreapprovalEnquiry
PreapprovalEnquiry(AfterPayPreapprovalRequest, AfterPayCallContext)
Requests information about a pre-approval code generated by a customer.
Declaration
Task<AfterPayPreapprovalResponse> PreapprovalEnquiry(AfterPayPreapprovalRequest request, AfterPayCallContext requestContext)
Parameters
Type | Name | Description |
---|---|---|
AfterPayPreapprovalRequest | request | A AfterPayPreapprovalRequest containing details of the pre-approval code to enquire about. |
AfterPayCallContext | requestContext | A AfterPayCallContext instance containing additional details required to make the request. |
Returns
Type | Description |
---|---|
Task<AfterPayPreapprovalResponse> | A AfterPayPreapprovalResponse instance containing information about the pre-approval code specified. |