Class ApprovePaymentPaymentMethodSpecificInput
Inheritance
ApprovePaymentPaymentMethodSpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |