GoCardlessLinkscustomer Property |
For RedirectFlow:
ID of customer created by this redirect flow.
Note: this property will not be present until the redirect flow has been successfully completed.
===============
For Payment Create:
ID of a customer to filter payments by. If you pass this parameter, you cannot also pass creditor.
===============
For CustomerBankAccount:
ID of the customer that owns this bank account.
===============
For CustomerBankAccount List:
Unique identifier, beginning with “CU”.
===============
For Mandate:
ID of the associated customer
===============
For Mandate List:
If specified, this endpoint will return all mandates for the given customer. Cannot be used in conjunction with customer_bank_account or creditor.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string customer { get; set; }
Public Property customer As String
Get
Set
Property Value
Type:
StringSee Also