![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Result of request payment. More...
Public Member Functions | |
PaymentResult (string Error) | |
Failed payment More... | |
PaymentResult (decimal Amount, string Currency) | |
Successful payment More... | |
Properties | |
bool | Ok [get] |
If payment was successful or not. More... | |
string | Error [get] |
Error message, if payment was not successful. More... | |
decimal | Amount [get] |
Amount paid. More... | |
string | Currency [get] |
Currency of amount paid. More... | |
Result of request payment.
Definition at line 6 of file PaymentResult.cs.
Paiwise.PaymentResult.PaymentResult | ( | string | Error | ) |
Paiwise.PaymentResult.PaymentResult | ( | decimal | Amount, |
string | Currency | ||
) |
Successful payment
Amount | Amount paid. |
Currency | Currency of amount paid. |
Definition at line 25 of file PaymentResult.cs.
|
get |
Amount paid.
Definition at line 46 of file PaymentResult.cs.
|
get |
Currency of amount paid.
Definition at line 51 of file PaymentResult.cs.
|
get |
Error message, if payment was not successful.
Definition at line 41 of file PaymentResult.cs.
|
get |
If payment was successful or not.
Definition at line 36 of file PaymentResult.cs.