Class ApprovePaymentRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment
Assembly: connect-sdk-dotnet.dll
Syntax
public class ApprovePaymentRequest
Properties
Amount
In case you want to approve the capture of a different lower amount you can specify this here (specified in cents, where single digit currencies are presumed to have 2 digits)
Declaration
public long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
DirectDebitPaymentMethodSpecificInput
Object that holds non-SEPA Direct Debit specific input data
Declaration
public ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput DirectDebitPaymentMethodSpecificInput { get; set; }
Property Value
Type | Description |
---|---|
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput |
Order
Object that holds the order data
Declaration
public OrderApprovePayment Order { get; set; }
Property Value
Type | Description |
---|---|
OrderApprovePayment |
SepaDirectDebitPaymentMethodSpecificInput
Object that holds SEPA Direct Debit specific input data
Declaration
public ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput SepaDirectDebitPaymentMethodSpecificInput { get; set; }
Property Value
Type | Description |
---|---|
ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput |