IGoCardlessUpdateMandate Method |
Updates a mandate 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 GoCardlessMandate UpdateMandate(
GoCardlessMandate input
)
Function UpdateMandate (
input As GoCardlessMandate
) As GoCardlessMandate
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
required: id
optional: metadata, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessMandateGoCardless.Mandate object
See Also