Class StdBEPaymentRequest
This class defines a payment request.
Inheritance
System.Object
StdBEPaymentRequest
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 StdBEPaymentRequest
Constructors
StdBEPaymentRequest()
Declaration
public StdBEPaymentRequest()
Properties
Category
The category.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
The payment country.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Currency
The payment currency.
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The Description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
The email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreferencialPaymentMethod
The preferencial payment method id.
Declaration
public int PreferencialPaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RawRequestData
Raw request data.
Declaration
public string RawRequestData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Recurrence
The payment recurrence.
Declaration
public string Recurrence { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceId
The reference id. Use it to link to external entity.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestLanguage
The request language.
Declaration
public string RequestLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequiredPaymentMethod
The payment method, if required.
Declaration
public string RequiredPaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequiredPaymentMethodId
The payment method id if required.
Declaration
public int RequiredPaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
The payment value.
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
System.Single |