GoCardless.RedirectFlow.prefilled_customer Property |
Info about the customer that can be filled by us/from our website.
Info be filled in the GC form in the redirect link.
Other than in the Create API, this isn't normally used.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic GoCardless.RedirectFlow.PrefilledCustomer prefilled_customer { get; set; }
Public Property prefilled_customer As GoCardless.RedirectFlow.PrefilledCustomer
Get
Set
Property Value
Type:
GoCardless.RedirectFlow.PrefilledCustomer
See Also