More...
|
string | FeeAmount [get, set] |
| The fee amount upto 2 decimal places. More...
|
|
string | Id [get, set] |
| The unique identifier assigned by EBPP to the fee. In case of split fee. More...
|
|
string | Url [get, set] |
| This URL fetches the details of fee as a payment resource. In case of split fee. More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.FeeResponse.FeeResponse |
( |
string |
feeType = default(string) , |
|
|
string |
feeAmount = default(string) , |
|
|
string |
id = default(string) , |
|
|
string |
url = default(string) |
|
) |
| |
Initializes a new instance of the FeeResponse class.
- Parameters
-
feeType | The way the fee is being charged to the customer. Fee could be added to the amount being paid, or, it could be charged separately by the biller. The fee_type would default to add_to_principal if the fee is not configured for the client in EBPP.. |
feeAmount | The fee amount upto 2 decimal places.. |
id | The unique identifier assigned by EBPP to the fee. In case of split fee.. |
url | This URL fetches the details of fee as a payment resource. In case of split fee.. |
override bool Orbipay.PaymentsApi.Client.Models.FeeResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
bool Orbipay.PaymentsApi.Client.Models.FeeResponse.Equals |
( |
FeeResponse |
input | ) |
|
Returns true if FeeResponse instances are equal
- Parameters
-
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.FeeResponse.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FeeResponse.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.FeeResponse.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.FeeResponse.FeeAmount |
|
getset |
The fee amount upto 2 decimal places.
The fee amount upto 2 decimal places.
string Orbipay.PaymentsApi.Client.Models.FeeResponse.Id |
|
getset |
The unique identifier assigned by EBPP to the fee. In case of split fee.
The unique identifier assigned by EBPP to the fee. In case of split fee.
string Orbipay.PaymentsApi.Client.Models.FeeResponse.Url |
|
getset |
This URL fetches the details of fee as a payment resource. In case of split fee.
This URL fetches the details of fee as a payment resource. In case of split fee.
The documentation for this class was generated from the following file: