Click or drag to resize

IGoCardless.UpdatePayment 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
GoCardless.Payment UpdatePayment(
	GoCardless.Payment input
)

Parameters

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

Return Value

Type: GoCardless.Payment
GoCardless.Payment object
See Also