Class RefundCardMethodSpecificOutput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RefundCardMethodSpecificOutput : RefundMethodSpecificOutput
Properties
AuthorisationCode
Card Authorization code as returned by the acquirer
Declaration
public string AuthorisationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Card
Object containing card details
Declaration
public CardEssentials Card { get; set; }
Property Value
Type | Description |
---|---|
CardEssentials |