Click or drag to resize

IGoCardlessUpdatePayment Method

Updates a payment object. This accepts only the metadata parameter.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessPayment UpdatePayment(
	GoCardlessPayment input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessPayment
required: id optional: metadata, IDEMPOTENCYKEY

Return Value

Type: GoCardlessPayment
GoCardless.Payment object
See Also