Click or drag to resize

BookingFormOfPaymentWeb Class

The form of payments which can be used to to pay a booking with.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsBookingFormOfPaymentWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BookingFormOfPaymentWeb : DataContractEntityWeb

The BookingFormOfPaymentWeb type exposes the following members.

Constructors
  NameDescription
Public methodBookingFormOfPaymentWeb
Top
Properties
  NameDescription
Public propertyAcceptedCurrencyIsoCodes
A list of currency ISO codes that this form of payment accepts. If a call to "UpdateOrderPayment" is made with a BookingFormOfPaymentEnum and a currency that are not accepted, then the payment results in an error.
Public propertyFormOfPayment
The from of payment used to pay the booking.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Top
See Also