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

More...

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

Public Member Functions

 CreatePaymentAuthorizationRequest (string paymentAuthReference=default(string), string authAmount=default(string), string cardCvvNumber=default(string), PaymentAuthCustomerRequest customer=default(PaymentAuthCustomerRequest), PaymentAuthFundingAccountRequest fundingAccount=default(PaymentAuthFundingAccountRequest), PaymentAuthCustomerAccountRequest customerAccount=default(PaymentAuthCustomerAccountRequest), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >))
 Initializes a new instance of the CreatePaymentAuthorizationRequest 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 (CreatePaymentAuthorizationRequest input)
 Returns true if CreatePaymentAuthorizationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string PaymentAuthReference [get, set]
 The unique identifier in the client system for the payment authorization. This is mandatory in case of voyager fleet card payment. More...
 
string AuthAmount [get, set]
 The amount being authorized. More...
 
string CardCvvNumber [get, set]
 Gets or Sets CardCvvNumber More...
 
PaymentAuthCustomerRequest Customer [get, set]
 Gets or Sets Customer More...
 
PaymentAuthFundingAccountRequest FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 
PaymentAuthCustomerAccountRequest CustomerAccount [get, set]
 Gets or Sets CustomerAccount 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.CreatePaymentAuthorizationRequest.CreatePaymentAuthorizationRequest ( )
protected

Initializes a new instance of the CreatePaymentAuthorizationRequest class.

Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.CreatePaymentAuthorizationRequest ( string  paymentAuthReference = default(string),
string  authAmount = default(string),
string  cardCvvNumber = default(string),
PaymentAuthCustomerRequest  customer = default(PaymentAuthCustomerRequest),
PaymentAuthFundingAccountRequest  fundingAccount = default(PaymentAuthFundingAccountRequest),
PaymentAuthCustomerAccountRequest  customerAccount = default(PaymentAuthCustomerAccountRequest),
string  comments = default(string),
Dictionary< string, string >  customFields = default(Dictionary<string, string>) 
)

Initializes a new instance of the CreatePaymentAuthorizationRequest class.

Parameters
paymentAuthReferenceThe unique identifier in the client system for the payment authorization. This is mandatory in case of voyager fleet card payment..
authAmountThe amount being authorized. (required).
cardCvvNumbercardCvvNumber.
customercustomer (required).
fundingAccountfundingAccount (required).
customerAccountcustomerAccount (required).
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.CreatePaymentAuthorizationRequest.Equals ( object  input)

Returns true if objects are equal

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

Returns true if CreatePaymentAuthorizationRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.AuthAmount
getset

The amount being authorized.

The amount being authorized.

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

Gets or Sets CardCvvNumber

string Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.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.

PaymentAuthCustomerRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.Customer
getset

Gets or Sets Customer

PaymentAuthCustomerAccountRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.CustomerAccount
getset

Gets or Sets CustomerAccount

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.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.

PaymentAuthFundingAccountRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.FundingAccount
getset

Gets or Sets FundingAccount

string Orbipay.PaymentsApi.Client.Models.CreatePaymentAuthorizationRequest.PaymentAuthReference
getset

The unique identifier in the client system for the payment authorization. This is mandatory in case of voyager fleet card payment.

The unique identifier in the client system for the payment authorization. This is mandatory in case of voyager fleet card payment.


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