Class TokenResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token
Assembly: connect-sdk-dotnet.dll
Syntax
public class TokenResponse
Properties
Card
Object containing card details
Declaration
public TokenCard Card { get; set; }
Property Value
Type | Description |
---|---|
TokenCard |
EWallet
Object containing eWallet details
Declaration
public TokenEWallet EWallet { get; set; }
Property Value
Type | Description |
---|---|
TokenEWallet |
Id
ID of the token
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
NonSepaDirectDebit
Object containing the non SEPA Direct Debit details
Declaration
public TokenNonSepaDirectDebit NonSepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenNonSepaDirectDebit |
OriginalPaymentId
The initial Payment ID of the transaction from which the token has been created
Declaration
public string OriginalPaymentId { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentProductId
Payment product identifier
Please see
payment products for a full overview of possible values.
Declaration
public int? PaymentProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |
SepaDirectDebit
Object containing the SEPA Direct Debit details
Declaration
public TokenSepaDirectDebit SepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenSepaDirectDebit |