More...
|
| CreatePaymentRequest (string amount=default(string), string cardCvvNumber=default(string), string paymentDate=default(string), string paymentRequestDate=default(string), string paymentAmountType=default(string), FeeRequest fee=default(FeeRequest), CustomerMinimalRequest customer=default(CustomerMinimalRequest), FundingAccountMinimalRequest fundingAccount=default(FundingAccountMinimalRequest), CustomerAccountMinimalRequest customerAccount=default(CustomerAccountMinimalRequest), PaymentAuthorizationMinimalRequest paymentAuthorization=default(PaymentAuthorizationMinimalRequest), string paymentReference=default(string), string paymentNotificationEmail=default(string), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >)) |
| Initializes a new instance of the CreatePaymentRequest 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 (CreatePaymentRequest input) |
| Returns true if CreatePaymentRequest instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
string | Amount [get, set] |
| The amount being paid. More...
|
|
string | CardCvvNumber [get, set] |
| Gets or Sets CardCvvNumber More...
|
|
string | PaymentDate [get, set] |
| The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
|
|
string | PaymentRequestDate [get, set] |
| The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More...
|
|
FeeRequest | 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...
|
|
PaymentAuthorizationMinimalRequest | PaymentAuthorization [get, set] |
| Gets or Sets PaymentAuthorization More...
|
|
string | PaymentReference [get, set] |
| The unique identifier in the client system for the payment. This is mandatory in case of voyager fleet card payment. More...
|
|
string | PaymentNotificationEmail [get, set] |
| The email address to which notifications for the payment will be sent. More...
|
|
string | Comments [get, set] |
| Comments that can be used to recollect the operation performed on the resource object. 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...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.CreatePaymentRequest |
( |
| ) |
|
|
protected |
Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.CreatePaymentRequest |
( |
string |
amount = default(string) , |
|
|
string |
cardCvvNumber = default(string) , |
|
|
string |
paymentDate = default(string) , |
|
|
string |
paymentRequestDate = default(string) , |
|
|
string |
paymentAmountType = default(string) , |
|
|
FeeRequest |
fee = default(FeeRequest) , |
|
|
CustomerMinimalRequest |
customer = default(CustomerMinimalRequest) , |
|
|
FundingAccountMinimalRequest |
fundingAccount = default(FundingAccountMinimalRequest) , |
|
|
CustomerAccountMinimalRequest |
customerAccount = default(CustomerAccountMinimalRequest) , |
|
|
PaymentAuthorizationMinimalRequest |
paymentAuthorization = default(PaymentAuthorizationMinimalRequest) , |
|
|
string |
paymentReference = default(string) , |
|
|
string |
paymentNotificationEmail = default(string) , |
|
|
string |
comments = default(string) , |
|
|
Dictionary< string, string > |
customFields = default(Dictionary<string, string>) |
|
) |
| |
Initializes a new instance of the CreatePaymentRequest class.
- Parameters
-
amount | The amount being paid. . |
cardCvvNumber | cardCvvNumber. |
paymentDate | The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.. |
paymentRequestDate | The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. . |
paymentAmountType | The type of amount, as per the bill/statement, that is being paid. The payment amount is derived from the amount type selected for the payment. This defaults to other.. |
fee | fee. |
customer | customer (required). |
fundingAccount | fundingAccount (required). |
customerAccount | customerAccount (required). |
paymentAuthorization | paymentAuthorization. |
paymentReference | The unique identifier in the client system for the payment. This is mandatory in case of voyager fleet card payment.. |
paymentNotificationEmail | The email address to which notifications for the payment will be sent.. |
comments | Comments that can be used to recollect the operation performed on the resource object.. |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. . |
override bool Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.Amount |
|
getset |
The amount being paid.
The amount being paid.
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.CardCvvNumber |
|
getset |
Gets or Sets CardCvvNumber
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.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.CreatePaymentRequest.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.
FeeRequest Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.Fee |
|
getset |
Gets or Sets FundingAccount
Gets or Sets PaymentAuthorization
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.PaymentDate |
|
getset |
The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.PaymentNotificationEmail |
|
getset |
The email address to which notifications for the payment will be sent.
The email address to which notifications for the payment will be sent.
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.PaymentReference |
|
getset |
The unique identifier in the client system for the payment. This is mandatory in case of voyager fleet card payment.
The unique identifier in the client system for the payment. This is mandatory in case of voyager fleet card payment.
string Orbipay.PaymentsApi.Client.Models.CreatePaymentRequest.PaymentRequestDate |
|
getset |
The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The documentation for this class was generated from the following file: