|
IOnlinePaymentServiceRefundPayment Method |
Refund payment. Only captured payments may be refunded; if the state is "Completed"
it means that no money has been transferred yet anyway, so no refund is necessary.
Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax RefundPaymentResponse RefundPayment(
RefundPaymentRequest request
)
No code example is currently available or this language may not be supported.
Parameters
- request RefundPaymentRequest
- A request object that contains various parameters. See the
documentation for the class
StartPaymentRequest
for details.
Return Value
RefundPaymentResponse A RefundPaymentResponse.
See Also