Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PaymentForm Class

Drukuj

.NET Framework Class Library

PaymentForm Class

Klasa reprezentująca informacje o formie płatności. Klasa wzorowana na obiekcie BFormaPl.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class PaymentForm _
 Inherits PaymentFormBase

C#

public class PaymentForm : PaymentFormBase

Visual C++

public ref class PaymentForm : public PaymentFormBase

JavaScript

Sage.PL.WebAPI.Interface.Common.ViewModels.PaymentForm = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Common.ViewModels.PaymentForm',
 Sage.PL.WebAPI.Interface.Common.ViewModels.PaymentFormBase);

Remarks

Dane pobierane są bezpośrednio z bazy danych.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Common.ViewModels.PaymentFormBase

  Sage.PL.WebAPI.Interface.Common.ViewModels.PaymentForm

See Also

PaymentForm Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace