My Project
|
Public Member Functions | |
PaymentAuthorizationResponse (string paymentAuthReference=default(string), string id=default(string), string url=default(string), string authAmount=default(string), string status=default(string), string paymentMethod=default(string), string currencyCode3d=default(string), string cardCvvNumber=default(string), string entryTime=default(string), string capturedTime=default(string), string comments=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), PaymentAuthCustomerResponse customer=default(PaymentAuthCustomerResponse), PaymentAuthFundingAccountResponse fundingAccount=default(PaymentAuthFundingAccountResponse), PaymentAuthCustomerAccountResponse customerAccount=default(PaymentAuthCustomerAccountResponse), PaymentNetworkResponseVo paymentNetworkResponse=default(PaymentNetworkResponseVo), AuditInfoVo auditInfo=default(AuditInfoVo)) | |
Initializes a new instance of the PaymentAuthorizationResponse 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 (PaymentAuthorizationResponse input) |
Returns true if PaymentAuthorizationResponse instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Properties | |
string | PaymentAuthReference [get, set] |
The unique identifier in the client system for the payment. More... | |
string | Id [get, set] |
The unique identifier assigned by EBPP to the payment authorization. More... | |
string | Url [get, set] |
This URL fetches the details of payment authorization. More... | |
string | AuthAmount [get, set] |
The amount being authorized. More... | |
string | CurrencyCode3d [get, set] |
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD. More... | |
string | CardCvvNumber [get, set] |
This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account. More... | |
string | EntryTime [get, set] |
The date on which the payment authorization created in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000. More... | |
string | CapturedTime [get, set] |
The date on which the payment authorization is captured in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000.. More... | |
string | Comments [get, set] |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More... | |
Dictionary< string, string > | CustomFields [get, set] |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. comMore... | |
PaymentAuthCustomerResponse | Customer [get, set] |
Gets or Sets Customer More... | |
PaymentAuthFundingAccountResponse | FundingAccount [get, set] |
Gets or Sets FundingAccount More... | |
PaymentAuthCustomerAccountResponse | CustomerAccount [get, set] |
Gets or Sets CustomerAccount More... | |
PaymentNetworkResponseVo | PaymentNetworkResponse [get, set] |
Gets or Sets PaymentNetworkResponse More... | |
AuditInfoVo | AuditInfo [get, set] |
Gets or Sets AuditInfo More... | |
Orbipay.PaymentsApi.Client.Models.PaymentAuthorizationResponse.PaymentAuthorizationResponse | ( | string | paymentAuthReference = default(string) , |
string | id = default(string) , |
||
string | url = default(string) , |
||
string | authAmount = default(string) , |
||
string | status = default(string) , |
||
string | paymentMethod = default(string) , |
||
string | currencyCode3d = default(string) , |
||
string | cardCvvNumber = default(string) , |
||
string | entryTime = default(string) , |
||
string | capturedTime = default(string) , |
||
string | comments = default(string) , |
||
Dictionary< string, string > | customFields = default(Dictionary<string, string>) , |
||
PaymentAuthCustomerResponse | customer = default(PaymentAuthCustomerResponse) , |
||
PaymentAuthFundingAccountResponse | fundingAccount = default(PaymentAuthFundingAccountResponse) , |
||
PaymentAuthCustomerAccountResponse | customerAccount = default(PaymentAuthCustomerAccountResponse) , |
||
PaymentNetworkResponseVo | paymentNetworkResponse = default(PaymentNetworkResponseVo) , |
||
AuditInfoVo | auditInfo = default(AuditInfoVo) |
||
) |
Initializes a new instance of the PaymentAuthorizationResponse class.
paymentAuthReference | The unique identifier in the client system for the payment.. |
id | The unique identifier assigned by EBPP to the payment authorization.. |
url | This URL fetches the details of payment authorization.. |
authAmount | The amount being authorized.. |
status | The status of the payment.. |
paymentMethod | The fulfillment method for the payment authorization.. |
currencyCode3d | The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.. |
cardCvvNumber | This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.. |
entryTime | The date on which the payment authorization created in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000.. |
capturedTime | The date on which the payment authorization is captured in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000... |
comments | Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.. |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.. rt@b iller paym ents. com |
customer | customer. |
fundingAccount | fundingAccount. |
customerAccount | customerAccount. |
paymentNetworkResponse | paymentNetworkResponse. |
auditInfo | auditInfo. |
override bool Orbipay.PaymentsApi.Client.Models.PaymentAuthorizationResponse.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.PaymentAuthorizationResponse.Equals | ( | PaymentAuthorizationResponse | input | ) |
Returns true if PaymentAuthorizationResponse instances are equal
input | Instance of PaymentAuthorizationResponse to be compared |
override int Orbipay.PaymentsApi.Client.Models.PaymentAuthorizationResponse.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.PaymentAuthorizationResponse.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
Gets or Sets AuditInfo
|
getset |
The amount being authorized.
The amount being authorized.
|
getset |
The date on which the payment authorization is captured in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000..
The date on which the payment authorization is captured in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000..
|
getset |
This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.
This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.
|
getset |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
|
getset |
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.
|
getset |
Gets or Sets Customer
|
getset |
Gets or Sets CustomerAccount
|
getset |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
|
getset |
The date on which the payment authorization created in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000.
The date on which the payment authorization created in UTC timestamp, with ISO8601 format. For e.g., 2019-08-13T09:21:34.359+0000.
|
getset |
Gets or Sets FundingAccount
|
getset |
The unique identifier assigned by EBPP to the payment authorization.
The unique identifier assigned by EBPP to the payment authorization.
|
getset |
The unique identifier in the client system for the payment.
The unique identifier in the client system for the payment.
|
getset |
Gets or Sets PaymentNetworkResponse
|
getset |
This URL fetches the details of payment authorization.
This URL fetches the details of payment authorization.