decentro_in_collections library
Classes
- ApiClient
- ApiKeyAuth
- Authentication
- CollectionsApi
- Decentro
- Top-level client that provides access to the API classes. Instantiates its own ApiClient class and *Api classes.
- DeserializationMessage
- Primarily intended for use in an isolate.
- GeneratePaymentLink400Response
- GeneratePaymentLinkRequest
- GeneratePaymentLinkResponse
- GeneratePaymentLinkResponseData
- GeneratePaymentLinkResponseDataPspUri
- GetTransactionStatusResponse
- GetTransactionStatusResponseData
- GetTransactionStatusResponseError
- HttpBasicAuth
- HttpBearerAuth
- IssueCollectRequest400Response
- IssueCollectRequestRequest
- IssueCollectRequestResponse
- IssueCollectRequestResponseData
- IssueUpiRefund400Response
- IssueUpiRefundRequest
- IssueUpiRefundResponse
- IssueUpiRefundResponseData
- OAuth
- QueryParam
- ValidateUpiHandle400Response
- ValidateUpiHandleRequest
- ValidateUpiHandleResponse
- ValidateUpiHandleResponseData
- Wrapper
Properties
- defaultApiClient ↔ ApiClient
-
getter/setter pair
Functions
-
decodeAsync(
DeserializationMessage message) → Future - Primarily intended for use in an isolate.
-
deserializeAsync(
DeserializationMessage message) → Future - Primarily intended for use in an isolate.
-
mapCastOfType<
K, V> (dynamic map, String key) → Map< K, V> ? -
Returns a valid Map<K, V> found at the specified Map
key
, null otherwise. -
mapDateTime(
dynamic map, String key, [String? pattern]) → DateTime? -
Returns a valid DateTime found at the specified Map
key
, null otherwise. -
mapValueOfType<
T> (dynamic map, String key) → T? -
Returns a valid
T
value found at the specified Mapkey
, null otherwise. -
parameterToString(
dynamic value) → String - Format the given parameter object into a String.
-
serializeAsync(
Object? value) → Future< String> - Primarily intended for use in an isolate.
Typedefs
- HttpBearerAuthProvider = String Function()