Interface IPaymentVerificationConfig
Interface to expose specific properties related to the Payment Verification workflow.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IPaymentVerificationConfig : IData
Properties
AppPropertyValue
The app value to represents the project in game-services. Example: com.showcase.idlekit
Declaration
string AppPropertyValue { get; }
Property Value
Type | Description |
---|---|
String |
AuthenticationSignatureKey
The API key required to use the service
Declaration
string AuthenticationSignatureKey { get; }
Property Value
Type | Description |
---|---|
String |
ServiceUrl
URL for the endpoint of the rest service.
Declaration
string ServiceUrl { get; }
Property Value
Type | Description |
---|---|
String |