Class ApiIncrementResponse
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ApiIncrementResponse : ApiActionResponse
Properties
AuthorizationCode
Authorization approval code
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAuthorizedAmount
Amount for the operation.
Declaration
public AmountData TotalAuthorizedAmount { get; set; }
Property Value
Type | Description |
---|---|
AmountData |