Class PaymentVerification
The fields here don't have the a "_" at the beginning because the class is is used to
Serialize/Unserialized to Json and the final json uses the field's name as a property name.
Inheritance
PaymentVerification
Assembly: cs.temp.dll.dll
Syntax
public class PaymentVerification : IPaymentVerification
Fields
signatureAuthenticationKey
Declaration
protected string signatureAuthenticationKey
Field Value
Properties
SignatureAuthenticationKey
Declaration
public virtual string SignatureAuthenticationKey { get; }
Property Value
Implements