More...
|
| CreatePaymentSetupRequest (string paymentSetupReference=default(string), string paymentSetupScheduleType=default(string), string amount=default(string), string cardCvvNumber=default(string), PaymentSetupFeeRequest fee=default(PaymentSetupFeeRequest), CustomerMinimalRequest customer=default(CustomerMinimalRequest), FundingAccountMinimalRequest fundingAccount=default(FundingAccountMinimalRequest), CustomerAccountMinimalRequest customerAccount=default(CustomerAccountMinimalRequest), PaymentScheduleVo paymentSchedule=default(PaymentScheduleVo), Dictionary< string, string > customFields=default(Dictionary< string, string >), string comments=default(string)) |
| Initializes a new instance of the CreatePaymentSetupRequest 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 (CreatePaymentSetupRequest input) |
| Returns true if CreatePaymentSetupRequest instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
string | PaymentSetupReference [get, set] |
| The unique identifier in the client system for the paymentSetup. More...
|
|
string | Amount [get, set] |
| The amount being paid. More...
|
|
string | CardCvvNumber [get, set] |
| Gets or Sets CardCvvNumber More...
|
|
PaymentSetupFeeRequest | Fee [get, set] |
| Gets or Sets Fee More...
|
|
CustomerMinimalRequest | Customer [get, set] |
| Gets or Sets Customer More...
|
|
FundingAccountMinimalRequest | FundingAccount [get, set] |
| Gets or Sets FundingAccount More...
|
|
CustomerAccountMinimalRequest | CustomerAccount [get, set] |
| Gets or Sets CustomerAccount More...
|
|
PaymentScheduleVo | PaymentSchedule [get, set] |
| Gets or Sets PaymentSchedule 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 | Comments [get, set] |
| Comments that can be used to recollect the operation performed on the resource object. More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CreatePaymentSetupRequest |
( |
| ) |
|
|
protected |
Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CreatePaymentSetupRequest |
( |
string |
paymentSetupReference = default(string) , |
|
|
string |
paymentSetupScheduleType = default(string) , |
|
|
string |
amount = default(string) , |
|
|
string |
cardCvvNumber = default(string) , |
|
|
PaymentSetupFeeRequest |
fee = default(PaymentSetupFeeRequest) , |
|
|
CustomerMinimalRequest |
customer = default(CustomerMinimalRequest) , |
|
|
FundingAccountMinimalRequest |
fundingAccount = default(FundingAccountMinimalRequest) , |
|
|
CustomerAccountMinimalRequest |
customerAccount = default(CustomerAccountMinimalRequest) , |
|
|
PaymentScheduleVo |
paymentSchedule = default(PaymentScheduleVo) , |
|
|
Dictionary< string, string > |
customFields = default(Dictionary<string, string>) , |
|
|
string |
comments = default(string) |
|
) |
| |
Initializes a new instance of the CreatePaymentSetupRequest class.
- Parameters
-
paymentSetupReference | The unique identifier in the client system for the paymentSetup.. |
paymentSetupScheduleType | The schedule type for the payment setup. (required). |
amount | The amount being paid. . |
cardCvvNumber | cardCvvNumber. |
fee | fee. |
customer | customer (required). |
fundingAccount | fundingAccount (required). |
customerAccount | customerAccount (required). |
paymentSchedule | paymentSchedule (required). |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.. |
comments | Comments that can be used to recollect the operation performed on the resource object.. |
override bool Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.Amount |
|
getset |
The amount being paid.
The amount being paid.
string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.CardCvvNumber |
|
getset |
Gets or Sets CardCvvNumber
string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.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.
Gets or Sets CustomerAccount
Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.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.
Gets or Sets FundingAccount
PaymentScheduleVo Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.PaymentSchedule |
|
getset |
Gets or Sets PaymentSchedule
string Orbipay.PaymentsApi.Client.Models.CreatePaymentSetupRequest.PaymentSetupReference |
|
getset |
The unique identifier in the client system for the paymentSetup.
The unique identifier in the client system for the paymentSetup.
The documentation for this class was generated from the following file: