Class OnlineEftposPaymentRequest
Represents a request for payment.
Inheritance
System.Object
OnlineEftposPaymentRequest
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: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class OnlineEftposPaymentRequest
Properties
Name | Description |
---|---|
Bank | A BankDetails instance providing details of the payer/account to request payment from. |
Merchant | A MerchantDetails instance providing details of the merchant the payment is to be made to. |
Transaction | A PaymentDetails instance providing details of the transaction itself (i.e the amount, merchant reference etc). |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |