Class UpdateTokenRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token
Assembly: connect-sdk-dotnet.dll
Syntax
public class UpdateTokenRequest
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 |
NonSepaDirectDebit
Object containing the non SEPA Direct Debit details
Declaration
public TokenNonSepaDirectDebit NonSepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenNonSepaDirectDebit |
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 TokenSepaDirectDebitWithoutCreditor SepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenSepaDirectDebitWithoutCreditor |