Class StdBEPaymentConfigurationRequest
This class contains the request to configure a new instance.
Inheritance
System.Object
StdBEPaymentConfigurationRequest
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 StdBEPaymentConfigurationRequest
Constructors
StdBEPaymentConfigurationRequest()
Initializes a new instance of the
Declaration
public StdBEPaymentConfigurationRequest()
Properties
PaymentMethods
Gets or sets the payment methods.
Declaration
public IList<StdBEPaymentProvider> PaymentMethods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<StdBEPaymentProvider> | The payment methods. |