My Project
|
Public Member Functions | |
UpdatePaymentSetupRequest (FundingAccountMinimalRequest fundingAccount=default(FundingAccountMinimalRequest), PaymentScheduleMinimalRequest paymentSchedule=default(PaymentScheduleMinimalRequest), string comments=default(string)) | |
Initializes a new instance of the UpdatePaymentSetupRequest 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 (UpdatePaymentSetupRequest input) |
Returns true if UpdatePaymentSetupRequest instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Properties | |
FundingAccountMinimalRequest | FundingAccount [get, set] |
Gets or Sets FundingAccount More... | |
PaymentScheduleMinimalRequest | PaymentSchedule [get, set] |
Gets or Sets PaymentSchedule More... | |
string | Comments [get, set] |
Comments that can be used to recollect the operation performed on the resource object. More... | |
Orbipay.PaymentsApi.Client.Models.UpdatePaymentSetupRequest.UpdatePaymentSetupRequest | ( | FundingAccountMinimalRequest | fundingAccount = default(FundingAccountMinimalRequest) , |
PaymentScheduleMinimalRequest | paymentSchedule = default(PaymentScheduleMinimalRequest) , |
||
string | comments = default(string) |
||
) |
Initializes a new instance of the UpdatePaymentSetupRequest class.
fundingAccount | fundingAccount. |
paymentSchedule | paymentSchedule. |
comments | Comments that can be used to recollect the operation performed on the resource object.. |
override bool Orbipay.PaymentsApi.Client.Models.UpdatePaymentSetupRequest.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.UpdatePaymentSetupRequest.Equals | ( | UpdatePaymentSetupRequest | input | ) |
Returns true if UpdatePaymentSetupRequest instances are equal
input | Instance of UpdatePaymentSetupRequest to be compared |
override int Orbipay.PaymentsApi.Client.Models.UpdatePaymentSetupRequest.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.UpdatePaymentSetupRequest.ToString | ( | ) |
Returns the string presentation of the object
|
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.
|
getset |
Gets or Sets FundingAccount
|
getset |
Gets or Sets PaymentSchedule