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

Drukuj

.NET Framework Class Library

PaymentFormBase Class

Klasa reprezentująca bazowe 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 PaymentFormBase

C#

public class PaymentFormBase

Visual C++

public ref class PaymentFormBase

JavaScript

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

Remarks

Dane pobierane są z obiektu BFormaPl.

Inheritance Hierarchy

System.Object

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

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

See Also

PaymentFormBase Members

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