My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest:

Public Member Functions

 RecordPaymentRequest (string amount=default(string), string paymentDate=default(string), string paymentAmountType=default(string), string paymentMethod=default(string), string token=default(string), FeeRequest fee=default(FeeRequest), SimplePaymentCustomerRequest customer=default(SimplePaymentCustomerRequest), RecordedPaymentFundingAccount fundingAccount=default(RecordedPaymentFundingAccount), CreateCustomerAccountRequest customerAccount=default(CreateCustomerAccountRequest), string paymentReference=default(string), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >))
 Initializes a new instance of the RecordPaymentRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (RecordPaymentRequest input)
 Returns true if RecordPaymentRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 RecordPaymentRequest ()
 Initializes a new instance of the RecordPaymentRequest class. More...
 

Properties

string Amount [get, set]
 The amount being paid. In case the payment_amount_type is &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type. More...
 
string PaymentDate [get, set]
 The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
 
string Token [get, set]
 The token is used to uniquely identify the payment, such as the POS token. More...
 
FeeRequest Fee [get, set]
 Gets or Sets Fee More...
 
SimplePaymentCustomerRequest Customer [get, set]
 Gets or Sets Customer More...
 
RecordedPaymentFundingAccount FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
CreateCustomerAccountRequest CustomerAccount [get, set]
 Gets or Sets CustomerAccount More...
 
string PaymentReference [get, set]
 The unique identifier in the client system for the payment. More...
 
string Comments [get, set]
 Gets or Sets Comments More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.RecordPaymentRequest ( )
protected

Initializes a new instance of the RecordPaymentRequest class.

Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.RecordPaymentRequest ( string  amount = default(string),
string  paymentDate = default(string),
string  paymentAmountType = default(string),
string  paymentMethod = default(string),
string  token = default(string),
FeeRequest  fee = default(FeeRequest),
SimplePaymentCustomerRequest  customer = default(SimplePaymentCustomerRequest),
RecordedPaymentFundingAccount  fundingAccount = default(RecordedPaymentFundingAccount),
CreateCustomerAccountRequest  customerAccount = default(CreateCustomerAccountRequest),
string  paymentReference = default(string),
string  comments = default(string),
Dictionary< string, string >  customFields = default(Dictionary<string, string>) 
)

Initializes a new instance of the RecordPaymentRequest class.

Parameters
amountThe amount being paid. In case the payment_amount_type is &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type..
paymentDateThe date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. (required).
paymentAmountTypeThe type of amount, as per the bill/statement, that is being paid. The payment amount is derived from the amount type selected for the payment. This defaults to other..
paymentMethodThe non fulfillment method for the payment. (required).
tokenThe token is used to uniquely identify the payment, such as the POS token..
feefee.
customercustomer (required).
fundingAccountfundingAccount.
customerAccountcustomerAccount (required).
paymentReferenceThe unique identifier in the client system for the payment..
commentscomments.
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Equals ( RecordPaymentRequest  input)

Returns true if RecordPaymentRequest instances are equal

Parameters
inputInstance of RecordPaymentRequest to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Amount
getset

The amount being paid. In case the payment_amount_type is &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

The amount being paid. In case the payment_amount_type is &#39;other&#39;, the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Comments
getset

Gets or Sets Comments

SimplePaymentCustomerRequest Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Customer
getset

Gets or Sets Customer

CreateCustomerAccountRequest Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.CustomerAccount
getset

Gets or Sets CustomerAccount

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.CustomFields
getset

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields.

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields.

FeeRequest Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Fee
getset

Gets or Sets Fee

RecordedPaymentFundingAccount Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.FundingAccount
getset

Gets or Sets FundingAccount

string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.PaymentDate
getset

The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.PaymentReference
getset

The unique identifier in the client system for the payment.

The unique identifier in the client system for the payment.

string Orbipay.PaymentsApi.Client.Models.RecordPaymentRequest.Token
getset

The token is used to uniquely identify the payment, such as the POS token.

The token is used to uniquely identify the payment, such as the POS token.


The documentation for this class was generated from the following file: