Class ApprovePaymentPaymentMethodSpecificInput
Inheritance
ApprovePaymentPaymentMethodSpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class ApprovePaymentPaymentMethodSpecificInput
Properties
DateCollect
The desired date for the collection
Format: YYYYMMDD
Declaration
public string DateCollect { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
Token containing tokenized bank account details
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |