Class SepaDirectDebitPaymentMethodSpecificOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class SepaDirectDebitPaymentMethodSpecificOutput : AbstractPaymentMethodSpecificOutput
Properties
FraudResults
Object containing the results of the fraud screening
Declaration
public FraudResults FraudResults { get; set; }
Property Value
Type | Description |
---|---|
FraudResults |
PaymentProduct771SpecificOutput
Output that is SEPA Direct Debit specific (i.e. the used mandate)
Declaration
public PaymentProduct771SpecificOutput PaymentProduct771SpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
PaymentProduct771SpecificOutput |
Token
ID of the token. This property is populated for the GlobalCollect payment platform when the payment was done with a token or when the payment was tokenized.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |