UpdateOrderPaymentCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class UpdateOrderPaymentCriteria : OrderInfoCriteria
The UpdateOrderPaymentCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateOrderPaymentCriteria |
Name | Description | |
---|---|---|
![]() | AccountId |
The account number from the payment service provider.
|
![]() | Amount |
The amount payed.
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | FormOfPayment |
The form of payment used to authorize the payment.
|
![]() | InstallmentIds |
This collection is optional.
If filled with one or more InstallmentWeb Id's, these specific installments will be settled by the payment.
This enables payment of multiple independant installments in a single transaction.
If using this collection, it is only nescessary to provide a valid Customer profile ID and no order number is required.
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | MerchantId |
The merchant ID from the payment service provider.
|
![]() | OrderNo |
OrderNo is optionally. If it is empty all order for the given CustomerProfileId are returned else only the speficied order is returned.
Unique order number identifing both order number and possible invoice number.
The format is orderNo-invoiceNo for example: 15487-4871211.
For the id of draft lines only order number is necessary, for example 15487.
(Inherited from OrderInfoCriteria.) |
![]() | OrderNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | RefundsAllowed |
True if the customer will accept refunds via this credit card transact. Otherwise it must be false.
|
![]() | Transact |
The transact from the payment service provider.
|
![]() | UniqueOrderId |
A unique order ID that is issued to the payment service provider in order to process the payment.
If this field has a value, it is used to process any refunds that may occur. If the field is empty then the normal OrderNo is used.
|
Name | Description | |
---|---|---|
![]() | GetInvoiceNo |
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.) |
![]() | GetOrderNo |
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.) |