Class StdBEPaymentConfigurationResponse
The new instance configuration response class.
Inheritance
System.Object
StdBEPaymentConfigurationResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBEPaymentConfigurationResponse
Constructors
StdBEPaymentConfigurationResponse()
Declaration
public StdBEPaymentConfigurationResponse()
Properties
Success
Gets or sets a value indicating whether this StdBEPaymentConfigurationResponse is success.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|