Class ThirdPartyStatusResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ThirdPartyStatusResponse
Properties
ThirdPartyStatus
The status returned by the third party. Possible values:
- WAITING - The customer has not connected to the third party
- INITIALIZED - Authentication in progress
- AUTHORIZED - Payment in progress
- COMPLETED - The customer has completed the payment at the third party
Declaration
public string ThirdPartyStatus { get; set; }
Property Value
Type | Description |
---|---|
string |