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

More...

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

Public Member Functions

 SourcePayment (string id=default(string), string url=default(string), SourcePaymentCustomer customer=default(SourcePaymentCustomer), SourcePaymentCustomerAccount customerAccount=default(SourcePaymentCustomerAccount), FundingAccountSnapshotResponse fundingAccount=default(FundingAccountSnapshotResponse))
 Initializes a new instance of the SourcePayment 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 (SourcePayment input)
 Returns true if SourcePayment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Id [get, set]
 Gets or Sets Id More...
 
string Url [get, set]
 This URL fetches the details of source payment. More...
 
SourcePaymentCustomer Customer [get, set]
 Gets or Sets Customer More...
 
SourcePaymentCustomerAccount CustomerAccount [get, set]
 Gets or Sets CustomerAccount More...
 
FundingAccountSnapshotResponse FundingAccount [get, set]
 Gets or Sets FundingAccount More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.SourcePayment.SourcePayment ( string  id = default(string),
string  url = default(string),
SourcePaymentCustomer  customer = default(SourcePaymentCustomer),
SourcePaymentCustomerAccount  customerAccount = default(SourcePaymentCustomerAccount),
FundingAccountSnapshotResponse  fundingAccount = default(FundingAccountSnapshotResponse) 
)

Initializes a new instance of the SourcePayment class.

Parameters
idid.
urlThis URL fetches the details of source payment..
customercustomer.
customerAccountcustomerAccount.
fundingAccountfundingAccount.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if SourcePayment instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

SourcePaymentCustomer Orbipay.PaymentsApi.Client.Models.SourcePayment.Customer
getset

Gets or Sets Customer

SourcePaymentCustomerAccount Orbipay.PaymentsApi.Client.Models.SourcePayment.CustomerAccount
getset

Gets or Sets CustomerAccount

FundingAccountSnapshotResponse Orbipay.PaymentsApi.Client.Models.SourcePayment.FundingAccount
getset

Gets or Sets FundingAccount

string Orbipay.PaymentsApi.Client.Models.SourcePayment.Id
getset

Gets or Sets Id

string Orbipay.PaymentsApi.Client.Models.SourcePayment.Url
getset

This URL fetches the details of source payment.

This URL fetches the details of source payment.


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