Click or drag to resize

GoCardlessPaymentcharge_date Property

A future date on which the payment should be collected. If not specified, the payment will be collected as soon as possible. This must be on or after the mandate’s next_possible_charge_date, and will be rolled-forwards by GoCardless if it is not a working day.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<DateTime> charge_date { get; set; }

Property Value

Type: NullableDateTime
See Also