PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPayment

    Class that represents a payment

    Inheritance
    System.Object
    StdBEPayment
    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 StdBEPayment

    Constructors

    StdBEPayment()

    Declaration
    public StdBEPayment()

    Properties

    Error

    Payment error if any.

    Declaration
    public string Error { get; set; }
    Property Value
    Type Description
    System.String

    MinimizedUrl

    Minimized Payment URL.

    Declaration
    public string MinimizedUrl { get; set; }
    Property Value
    Type Description
    System.String

    ParsedPaymentData

    The object containing the ParsedPaymentData after a payment has been executed.

    Declaration
    public Dictionary<string, object> ParsedPaymentData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    PaymentId

    Payment identifier.

    Declaration
    public long PaymentId { get; set; }
    Property Value
    Type Description
    System.Int64

    PaymentMethod

    Payment Method

    Declaration
    public string PaymentMethod { get; set; }
    Property Value
    Type Description
    System.String

    PaymentMethodId

    Payment Method Id

    Declaration
    public string PaymentMethodId { get; set; }
    Property Value
    Type Description
    System.String

    QrCode

    Payment Qr code

    Declaration
    public Image QrCode { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    RawPaymentData

    Raw payment data

    Declaration
    public string RawPaymentData { get; set; }
    Property Value
    Type Description
    System.String

    ReferenceTransation

    Declaration
    public bool ReferenceTransation { get; set; }
    Property Value
    Type Description
    System.Boolean

    State

    Payment State

    Declaration
    public StdBETipos.EnumEstadoPagamentoOnline State { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumEstadoPagamentoOnline

    Url

    Payment URL.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Payment value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double