IGoCardlessGetPaymentDetail Method |
Retrieves the details of a single existing payment.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxGoCardlessPayment GetPaymentDetail(
GoCardlessPayment input
)
Function GetPaymentDetail (
input As GoCardlessPayment
) As GoCardlessPayment
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessPayment
required: id. optional: IDEMPOTENCYKEY
Return Value
Type:
GoCardlessPaymentGoCardless.Payment object
See Also