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

More...

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

Public Member Functions

 SimplePaymentRequest (string amount=default(string), string cardCvvNumber=default(string), string paymentDate=default(string), string paymentRequestDate=default(string), string paymentAmountType=default(string), FeeRequest fee=default(FeeRequest), SimplePaymentCustomerRequest customer=default(SimplePaymentCustomerRequest), SimplePaymentFundingAccountRequest fundingAccount=default(SimplePaymentFundingAccountRequest), SimplePaymentCustomerAccountRequest customerAccount=default(SimplePaymentCustomerAccountRequest), string paymentReference=default(string), string paymentNotificationEmail=default(string), string cryptogram=default(string), string eci=default(string), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >))
 Initializes a new instance of the SimplePaymentRequest 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 (SimplePaymentRequest input)
 Returns true if SimplePaymentRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Amount [get, set]
 The amount being paid. More...
 
string CardCvvNumber [get, set]
 Gets or Sets CardCvvNumber 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 PaymentRequestDate [get, set]
 The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
 
FeeRequest Fee [get, set]
 Gets or Sets Fee More...
 
SimplePaymentCustomerRequest Customer [get, set]
 Gets or Sets Customer More...
 
SimplePaymentFundingAccountRequest FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
SimplePaymentCustomerAccountRequest CustomerAccount [get, set]
 Gets or Sets CustomerAccount More...
 
string PaymentReference [get, set]
 The unique identifier in the client system for the payment. More...
 
string PaymentNotificationEmail [get, set]
 The email address to which notifications for the payment will be sent. More...
 
string Cryptogram [get, set]
 Online Payment Cryptogram, as defined by 3-D secure. More...
 
string Eci [get, set]
 ECI Indicator, as defined by 3-D secure. The card network may add an ECI indicator to the card data. More...
 
string Comments [get, set]
 Comments that can be used to recollect the operation performed on the resource object. More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the SimplePaymentRequest class.

Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.SimplePaymentRequest ( string  amount = default(string),
string  cardCvvNumber = default(string),
string  paymentDate = default(string),
string  paymentRequestDate = default(string),
string  paymentAmountType = default(string),
FeeRequest  fee = default(FeeRequest),
SimplePaymentCustomerRequest  customer = default(SimplePaymentCustomerRequest),
SimplePaymentFundingAccountRequest  fundingAccount = default(SimplePaymentFundingAccountRequest),
SimplePaymentCustomerAccountRequest  customerAccount = default(SimplePaymentCustomerAccountRequest),
string  paymentReference = default(string),
string  paymentNotificationEmail = default(string),
string  cryptogram = default(string),
string  eci = default(string),
string  comments = default(string),
Dictionary< string, string >  customFields = default(Dictionary<string, string>) 
)

Initializes a new instance of the SimplePaymentRequest class.

Parameters
amountThe amount being paid. .
cardCvvNumbercardCvvNumber.
paymentDateThe date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD..
paymentRequestDateThe date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. .
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. (required).
feefee.
customercustomer (required).
fundingAccountfundingAccount (required).
customerAccountcustomerAccount (required).
paymentReferenceThe unique identifier in the client system for the payment..
paymentNotificationEmailThe email address to which notifications for the payment will be sent..
cryptogramOnline Payment Cryptogram, as defined by 3-D secure..
eciECI Indicator, as defined by 3-D secure. The card network may add an ECI indicator to the card data..
commentsComments that can be used to recollect the operation performed on the resource object..
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if SimplePaymentRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

The amount being paid.

The amount being paid.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.CardCvvNumber
getset

Gets or Sets CardCvvNumber

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

Comments that can be used to recollect the operation performed on the resource object.

Comments that can be used to recollect the operation performed on the resource object.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.Cryptogram
getset

Online Payment Cryptogram, as defined by 3-D secure.

Online Payment Cryptogram, as defined by 3-D secure.

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

Gets or Sets Customer

SimplePaymentCustomerAccountRequest Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.CustomerAccount
getset

Gets or Sets CustomerAccount

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

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.Eci
getset

ECI Indicator, as defined by 3-D secure. The card network may add an ECI indicator to the card data.

ECI Indicator, as defined by 3-D secure. The card network may add an ECI indicator to the card data.

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

Gets or Sets Fee

SimplePaymentFundingAccountRequest Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.FundingAccount
getset

Gets or Sets FundingAccount

string Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.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.SimplePaymentRequest.PaymentNotificationEmail
getset

The email address to which notifications for the payment will be sent.

The email address to which notifications for the payment will be sent.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentRequest.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.SimplePaymentRequest.PaymentRequestDate
getset

The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.


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