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

More...

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

Public Member Functions

 SimplePaymentFundingAccountRequest (string accountHolderName=default(string), string nickname=default(string), FundingAccountAddress address=default(FundingAccountAddress), string accountNumber=default(string), string abaRoutingNumber=default(string), string expiryDate=default(string), string accountHolderType=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), string accountSubtype=default(string), string cardCvvNumber=default(string), string deviceManufacturerId=default(string), string displayText=default(string))
 Initializes a new instance of the SimplePaymentFundingAccountRequest 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 (SimplePaymentFundingAccountRequest input)
 Returns true if SimplePaymentFundingAccountRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string AccountHolderName [get, set]
 The name as specified on the account. More...
 
string Nickname [get, set]
 The nickname by which a customer might want to identify the account. More...
 
FundingAccountAddress Address [get, set]
 Gets or Sets Address More...
 
string AccountNumber [get, set]
 The number or reference that a customer uses to identify the funding account. More...
 
string AbaRoutingNumber [get, set]
 The ABA/Routing number for the bank account. More...
 
string ExpiryDate [get, set]
 The expiry date for the card. This is to be in the format MM/YY. 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...
 
string CardCvvNumber [get, set]
 Gets or Sets CardCvvNumber More...
 
string DeviceManufacturerId [get, set]
 Gets or Sets DeviceManufacturerId More...
 
string DisplayText [get, set]
 UI representation of the account. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the SimplePaymentFundingAccountRequest class.

Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.SimplePaymentFundingAccountRequest ( string  accountHolderName = default(string),
string  nickname = default(string),
FundingAccountAddress  address = default(FundingAccountAddress),
string  accountNumber = default(string),
string  abaRoutingNumber = default(string),
string  expiryDate = default(string),
string  accountHolderType = default(string),
Dictionary< string, string >  customFields = default(Dictionary<string, string>),
string  accountSubtype = default(string),
string  cardCvvNumber = default(string),
string  deviceManufacturerId = default(string),
string  displayText = default(string) 
)

Initializes a new instance of the SimplePaymentFundingAccountRequest class.

Parameters
accountHolderNameThe name as specified on the account..
nicknameThe nickname by which a customer might want to identify the account..
addressaddress.
accountNumberThe number or reference that a customer uses to identify the funding account. (required).
abaRoutingNumberThe ABA/Routing number for the bank account..
expiryDateThe expiry date for the card. This is to be in the format MM/YY..
accountHolderTypeThe type of ownership for the funding account. .
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client..
accountSubtypeThe sub type of the funding account..
cardCvvNumbercardCvvNumber.
deviceManufacturerIddeviceManufacturerId.
displayTextUI representation of the account..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if SimplePaymentFundingAccountRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.AbaRoutingNumber
getset

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.AccountHolderName
getset

The name as specified on the account.

The name as specified on the account.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.AccountNumber
getset

The number or reference that a customer uses to identify the funding account.

The number or reference that a customer uses to identify the funding account.

FundingAccountAddress Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.Address
getset

Gets or Sets Address

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

Gets or Sets CardCvvNumber

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

Gets or Sets DeviceManufacturerId

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.DisplayText
getset

UI representation of the account.

UI representation of the account.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.ExpiryDate
getset

The expiry date for the card. This is to be in the format MM/YY.

The expiry date for the card. This is to be in the format MM/YY.

string Orbipay.PaymentsApi.Client.Models.SimplePaymentFundingAccountRequest.Nickname
getset

The nickname by which a customer might want to identify the account.

The nickname by which a customer might want to identify the account.


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