My Project
|
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... | |
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.
id | id. |
url | This URL fetches the details of source payment.. |
customer | customer. |
customerAccount | customerAccount. |
fundingAccount | fundingAccount. |
override bool Orbipay.PaymentsApi.Client.Models.SourcePayment.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.SourcePayment.Equals | ( | SourcePayment | input | ) |
Returns true if SourcePayment instances are equal
input | Instance of SourcePayment to be compared |
override int Orbipay.PaymentsApi.Client.Models.SourcePayment.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.SourcePayment.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
Gets or Sets Customer
|
getset |
Gets or Sets CustomerAccount
|
getset |
Gets or Sets FundingAccount
|
getset |
Gets or Sets Id
|
getset |
This URL fetches the details of source payment.
This URL fetches the details of source payment.