Click or drag to resize

GoCardlessPaymentapp_fee Property

Can only be used in Create Payment API but we are NOT using it. The amount to be deducted from the payment as the OAuth app’s fee, in GBP or EUR. Not a GoCardless field itself. Used to set/get internal field that's an int in pence/cents.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[JsonIgnoreAttribute]
public Nullable<decimal> app_fee { get; set; }

Property Value

Type: NullableDecimal
See Also