Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractIconCache - Class in com.wallee.android.sdk.request.icon
Abstract implementation of IconCache which provides the loading of multiple icons at once.
AbstractIconCache(long) - Constructor for class com.wallee.android.sdk.request.icon.AbstractIconCache
Constructs a new cache with the specified timeout for loading multiple icons.
AbstractIconCache.CacheKey - Class in com.wallee.android.sdk.request.icon
The cache key uses the fact that the payment method configuration is uniquely identifiable by the version and id.
AbstractPaymentFragment - Class in com.wallee.android.sdk.fragment
This is an abstract fragment which helps to use FlowCoordinator.
AbstractPaymentFragment() - Constructor for class com.wallee.android.sdk.fragment.AbstractPaymentFragment
 
ActivityAwarePaymentFragment - Class in com.wallee.android.sdk.fragment
This is a concrete implementation of AbstractPaymentFragment which assumes that the activity into which the fragment is embedded into implements certain interfaces.
ActivityAwarePaymentFragment() - Constructor for class com.wallee.android.sdk.fragment.ActivityAwarePaymentFragment
 
addListeners(FlowListener...) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method adds a listener to the configuration builder.
addListeners(Collection<FlowListener>) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method adds a listener to the configuration builder.
Address - Class in com.wallee.android.sdk.request.model.transaction
Address class as defined in the web API.
Address(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.Address
 
AsynchronousCallback<T> - Interface in com.wallee.android.sdk.util
Generic interface which represents a listener which accepts exactly one argument.
AwaitingFinalStateViewFactory - Interface in com.wallee.android.sdk.view.awaiting
This view factory allows to create the view shown when there is no final transaction state.

B

build() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method builds the configuration based up on the properties set on the builder.
build(ViewGroup, Transaction) - Method in interface com.wallee.android.sdk.view.awaiting.AwaitingFinalStateViewFactory
This method is responsible to create a corresponding view.
build(ViewGroup, Transaction) - Method in class com.wallee.android.sdk.view.awaiting.DefaultAwaitingFinalStateViewFactory
 
build(ViewGroup, Transaction) - Method in class com.wallee.android.sdk.view.failure.DefaultFailureViewFactory
 
build(ViewGroup, Transaction) - Method in interface com.wallee.android.sdk.view.failure.FailureViewFactory
This method is responsible to create the view which is shown to the customer when the transaction is failing.
build(ViewGroup, PaymentFormView.Listener, long, PaymentFormViewFactory.UrlFetcher) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormViewFactory
 
build(ViewGroup, PaymentFormView.Listener, long, PaymentFormViewFactory.UrlFetcher) - Method in interface com.wallee.android.sdk.view.form.PaymentFormViewFactory
This method is responsible to create the view for handling the payment input.
build(ViewGroup, PaymentMethodListViewFactory.PaymentMethodListViewListener, List<PaymentMethodConfiguration>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Method in class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewFactory
 
build(ViewGroup, PaymentMethodListViewFactory.PaymentMethodListViewListener, List<PaymentMethodConfiguration>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Method in interface com.wallee.android.sdk.view.selection.method.PaymentMethodListViewFactory
This method is invoked to create a view which lists all the payment methods which the user can use to pay with.
build(ViewGroup, TokenListViewFactory.TokenViewListener, List<TokenVersion>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewFactory
 
build(ViewGroup, TokenListViewFactory.TokenViewListener, List<TokenVersion>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Method in interface com.wallee.android.sdk.view.selection.token.TokenListViewFactory
This method is invoked to create a view which allows the user to select from a list of tokens one which should be used to execute the payment.
build(ViewGroup, Transaction) - Method in class com.wallee.android.sdk.view.success.DefaultSuccessViewFactory
 
build(ViewGroup, Transaction) - Method in interface com.wallee.android.sdk.view.success.SuccessViewFactory
This method is responsible to create the view which is shown to the customer when the transaction is succeeding.
Builder() - Constructor for class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
 
buildMobileSdkUrl(RequestCallback<MobileSdkUrl>) - Method in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
 
buildMobileSdkUrl(RequestCallback<MobileSdkUrl>) - Method in interface com.wallee.android.sdk.request.api.WebServiceApiClient
This method constructs the URL which can be used to render the payment form within a WebView.
buildPaymentMethodUrl(long) - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
This method constructs a new URL which is usable to load the payment form for the provided paymentMethodConfigurationId.

C

ChargeAttemptEnvironment - Enum in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 26.07.17.
Check - Class in com.wallee.android.sdk.util
Helper class which allows easily to check whether an argument is in the right shape.
checkCredentials(Credentials) - Method in class com.wallee.android.sdk.credentials.Credentials
This method checks if the provided other credential is a valid replacement of this credentials.
ClientError - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 31.07.17.
ClientError() - Constructor for class com.wallee.android.sdk.request.model.base.ClientError
 
ClientErrorType - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 31.07.17.
com.wallee.android.sdk.credentials - package com.wallee.android.sdk.credentials
 
com.wallee.android.sdk.flow - package com.wallee.android.sdk.flow
 
com.wallee.android.sdk.flow.config - package com.wallee.android.sdk.flow.config
 
com.wallee.android.sdk.flow.listener - package com.wallee.android.sdk.flow.listener
 
com.wallee.android.sdk.flow.model - package com.wallee.android.sdk.flow.model
 
com.wallee.android.sdk.fragment - package com.wallee.android.sdk.fragment
 
com.wallee.android.sdk.request - package com.wallee.android.sdk.request
 
com.wallee.android.sdk.request.api - package com.wallee.android.sdk.request.api
 
com.wallee.android.sdk.request.icon - package com.wallee.android.sdk.request.icon
 
com.wallee.android.sdk.request.model.base - package com.wallee.android.sdk.request.model.base
 
com.wallee.android.sdk.request.model.method - package com.wallee.android.sdk.request.model.method
 
com.wallee.android.sdk.request.model.token - package com.wallee.android.sdk.request.model.token
 
com.wallee.android.sdk.request.model.transaction - package com.wallee.android.sdk.request.model.transaction
 
com.wallee.android.sdk.util - package com.wallee.android.sdk.util
 
com.wallee.android.sdk.view - package com.wallee.android.sdk.view
 
com.wallee.android.sdk.view.awaiting - package com.wallee.android.sdk.view.awaiting
 
com.wallee.android.sdk.view.failure - package com.wallee.android.sdk.view.failure
 
com.wallee.android.sdk.view.form - package com.wallee.android.sdk.view.form
 
com.wallee.android.sdk.view.selection - package com.wallee.android.sdk.view.selection
 
com.wallee.android.sdk.view.selection.method - package com.wallee.android.sdk.view.selection.method
 
com.wallee.android.sdk.view.selection.token - package com.wallee.android.sdk.view.selection.token
 
com.wallee.android.sdk.view.success - package com.wallee.android.sdk.view.success
 
compare(long, long) - Static method in class com.wallee.android.sdk.util.CompareUtil
Same as Integer.compare(int, int).
compare(int, int) - Static method in class com.wallee.android.sdk.util.CompareUtil
Same as Long.compare(long, long).
compareTo(PaymentMethodConfiguration) - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
compareTo(TokenVersion) - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
CompareUtil - Class in com.wallee.android.sdk.util
Helper class to compare longs and integers.
ConnectorConfiguration - Class in com.wallee.android.sdk.request.model.method
Created by simonwalter on 26.07.17.
ConnectorConfiguration(Parcel) - Constructor for class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
convertDpToPixel(float, Context) - Static method in class com.wallee.android.sdk.util.MeasurementUnitUtil
This method converts dp unit to equivalent pixels, depending on device density.
convertPixelsToDp(float, Context) - Static method in class com.wallee.android.sdk.util.MeasurementUnitUtil
This method converts device specific pixels to density independent pixels.
createEventListener(PaymentContainerEnlarger, FragmentTerminationListener, ViewGroup) - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method creates the fragment listener for the flow.
createFlowConfigurationBuilder(FlowListener) - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method constructs the coordinator configuration.
createFlowConfigurationBuilder(FlowListener) - Method in class com.wallee.android.sdk.fragment.ActivityAwarePaymentFragment
 
createPaymentContainerEnlarger(ViewGroup) - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method creates the view enlarger which is responsible to create more space for the payment form within the activity.
CreationEntityState - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
CREATOR - Static variable in class com.wallee.android.sdk.credentials.Credentials
 
CREATOR - Static variable in class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
CREATOR - Static variable in class com.wallee.android.sdk.flow.model.LoadedTokens
 
CREATOR - Static variable in class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.base.CreationEntityState
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.base.Gender
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.Label
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.base.LabelDescriptorCategory
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.LegalOrganizationForm
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.LocalizedString
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.ResourcePath
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.base.ResourceState
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.base.Tax
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.method.DataCollectionType
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.method.OneClickPaymentMode
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.method.PaymentMethodBrand
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.token.Token
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.token.TokenVersion
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.token.TokenVersionState
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.Address
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.ChargeAttemptEnvironment
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.CustomersPresence
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.LineItem
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.LineItemType
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.Transaction
 
CREATOR - Static variable in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.TransactionGroupState
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.TransactionState
 
CREATOR - Static variable in enum com.wallee.android.sdk.request.model.transaction.TransactionUserInterfaceType
 
Credentials - Class in com.wallee.android.sdk.credentials
The credentials represents the authentication details which allows to invoke the wallee API.
Credentials(String) - Constructor for class com.wallee.android.sdk.credentials.Credentials
Constructor which takes as input the formatted string as provided by the wallee API.
CredentialsFetcher - Interface in com.wallee.android.sdk.credentials
The credential fetcher is responsible to retrieve the Credentials from the remote server.
CredentialsProvider - Class in com.wallee.android.sdk.credentials
The credentials provider is responsible to manage and store the Credentials.
CredentialsProvider(CredentialsStore, CredentialsFetcher) - Constructor for class com.wallee.android.sdk.credentials.CredentialsProvider
 
CredentialsProviderResolver - Interface in com.wallee.android.sdk.fragment
This interface is used to lookup the CredentialsProvider.
CredentialsStore - Interface in com.wallee.android.sdk.credentials
The credentials store is responsible to store the Credentials in a way that a destruction of the CredentialsProvider can be filled with the Credentials when it is restored.
CustomersPresence - Enum in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 28.07.17.

D

DatabaseTranslatedString - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
DatabaseTranslatedString(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
DatabaseTranslatedStringItem - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
DatabaseTranslatedStringItem(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
DataCollectionType - Enum in com.wallee.android.sdk.request.model.method
Created by simonwalter on 26.07.17.
DEFAULT_BASE_URL - Static variable in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
The default URL to which the requests will be sent to.
DEFAULT_ICON_LOADING_TIMEOUT - Static variable in interface com.wallee.android.sdk.request.icon.IconCache
The default loading timeout of the icons in the payment method and token selection view.
DefaultAwaitingFinalStateViewFactory - Class in com.wallee.android.sdk.view.awaiting
This is a default implementation of AwaitingFinalStateViewFactory which shows a static text which explains the situation.
DefaultAwaitingFinalStateViewFactory() - Constructor for class com.wallee.android.sdk.view.awaiting.DefaultAwaitingFinalStateViewFactory
 
DefaultFailureViewFactory - Class in com.wallee.android.sdk.view.failure
Default implementation of FailureViewFactory which provides a static view with the error message.
DefaultFailureViewFactory() - Constructor for class com.wallee.android.sdk.view.failure.DefaultFailureViewFactory
 
DefaultPaymentFormView - Class in com.wallee.android.sdk.view.form
The payment form view is responsible for loading and handling the web form loaded to collect the payment information.
DefaultPaymentFormView(Context, PaymentFormView.Listener<DefaultPaymentFormView>, PaymentFormViewFactory.UrlFetcher, long) - Constructor for class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
DefaultPaymentFormViewFactory - Class in com.wallee.android.sdk.view.form
This implementation of PaymentFormViewFactory creates a DefaultPaymentFormView.
DefaultPaymentFormViewFactory() - Constructor for class com.wallee.android.sdk.view.form.DefaultPaymentFormViewFactory
 
DefaultPaymentMethodListView - Class in com.wallee.android.sdk.view.selection.method
Default view for listing the payment methods.
DefaultPaymentMethodListView(Context) - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListView
 
DefaultPaymentMethodListView(Context, AttributeSet) - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListView
 
DefaultPaymentMethodListView(Context, AttributeSet, int) - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListView
 
DefaultPaymentMethodListViewAdapter - Class in com.wallee.android.sdk.view.selection.method
This is the adapter which handles the DefaultPaymentMethodListView.
DefaultPaymentMethodListViewAdapter(List<PaymentMethodConfiguration>, PaymentMethodListViewFactory.PaymentMethodListViewListener, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter
 
DefaultPaymentMethodListViewAdapter.ViewHolder - Class in com.wallee.android.sdk.view.selection.method
Hols the payment list item views.
DefaultPaymentMethodListViewFactory - Class in com.wallee.android.sdk.view.selection.method
Default implementation of PaymentMethodListViewFactory which uses a recycler view to render the payment method list.
DefaultPaymentMethodListViewFactory() - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewFactory
 
DefaultSuccessViewFactory - Class in com.wallee.android.sdk.view.success
Default implementation of SuccessViewFactory which creates a static view.
DefaultSuccessViewFactory() - Constructor for class com.wallee.android.sdk.view.success.DefaultSuccessViewFactory
 
DefaultTokenListView - Class in com.wallee.android.sdk.view.selection.token
This is the default view used to render the token selection list.
DefaultTokenListView(Context) - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListView
 
DefaultTokenListView(Context, AttributeSet) - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListView
 
DefaultTokenListView(Context, AttributeSet, int) - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListView
 
DefaultTokenListViewAdapter - Class in com.wallee.android.sdk.view.selection.token
This is the adapter of the DefaultTokenListView which inserts the data into the recycler view.
DefaultTokenListViewAdapter(List<TokenVersion>, TokenListViewFactory.TokenViewListener, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter
This method constructs a new adapter.
DefaultTokenListViewAdapter.ViewHolder - Class in com.wallee.android.sdk.view.selection.token
The view holder which holds the view with the tokens.
DefaultTokenListViewFactory - Class in com.wallee.android.sdk.view.selection.token
This implementation of TokenListViewFactory provides a default list view of the token list in a recycler view.
DefaultTokenListViewFactory() - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewFactory
 
describeContents() - Method in class com.wallee.android.sdk.credentials.Credentials
 
describeContents() - Method in class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
describeContents() - Method in class com.wallee.android.sdk.flow.model.LoadedTokens
 
describeContents() - Method in class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.base.CreationEntityState
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.base.Gender
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.Label
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.base.LabelDescriptorCategory
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.LegalOrganizationForm
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.LocalizedString
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.base.ResourceState
 
describeContents() - Method in class com.wallee.android.sdk.request.model.base.Tax
 
describeContents() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.method.DataCollectionType
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.method.OneClickPaymentMode
 
describeContents() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodBrand
 
describeContents() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
describeContents() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
describeContents() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
describeContents() - Method in class com.wallee.android.sdk.request.model.token.Token
 
describeContents() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.token.TokenVersionState
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.ChargeAttemptEnvironment
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.CustomersPresence
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.LineItemType
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
describeContents() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionGroupState
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionState
 
describeContents() - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionUserInterfaceType
 
dryTriggerAction(FlowAction) - Method in class com.wallee.android.sdk.flow.FlowCoordinator
This method will trigger the action without actually executing it.

E

enlarge() - Method in class com.wallee.android.sdk.fragment.HierarchicalPaymentContainerEnlarger
 
enlarge() - Method in interface com.wallee.android.sdk.fragment.PaymentContainerEnlarger
This method should create more space.
equals(Object) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache.CacheKey
 
ExpiringViewListener<V extends android.view.View> - Interface in com.wallee.android.sdk.view
This interface defines a view to expire automatically after awhile.
EXPIRY_THRESHOLD - Static variable in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
The threshold which is applied to make sure the URL is valid when it is used.
EXPIRY_TIME_IN_MM - Static variable in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
URL expiration time.

F

FailureCategory - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 31.07.17.
FailureReason - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 31.07.17.
FailureReason() - Constructor for class com.wallee.android.sdk.request.model.base.FailureReason
 
FailureViewFactory - Interface in com.wallee.android.sdk.view.failure
This factory is responsible to create a view which is shown when the transaction is failing.
fetchCredentials(AsynchronousCallback<Credentials>) - Method in interface com.wallee.android.sdk.credentials.CredentialsFetcher
This method is called whenever a new Credentials are required.
fetchIcon(PaymentMethodConfiguration, RequestCallback<PaymentMethodIcon>) - Method in interface com.wallee.android.sdk.request.icon.IconRequestManager
This method fetches the payment method icon from the remote server.
fetchIcon(PaymentMethodConfiguration, RequestCallback<PaymentMethodIcon>) - Method in class com.wallee.android.sdk.request.icon.VolleyIconRequestManager
This method fetches the payment method icon from the remote server.
fetchIcons(Collection<PaymentMethodConfiguration>, AsynchronousCallback<Map<PaymentMethodConfiguration, PaymentMethodIcon>>) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache
 
fetchIcons(Collection<PaymentMethodConfiguration>, AsynchronousCallback<Map<PaymentMethodConfiguration, PaymentMethodIcon>>) - Method in interface com.wallee.android.sdk.request.icon.IconCache
This method fetches for a collection of PaymentMethodConfiguration the associated icons.
fetchMobileSdkUrl(AsynchronousCallback<MobileSdkUrl>) - Method in interface com.wallee.android.sdk.view.form.PaymentFormViewFactory.UrlFetcher
Called to fetch the MobileSdkUrl.
fetchPaymentMethodConfigurations(RequestCallback<List<PaymentMethodConfiguration>>) - Method in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
 
fetchPaymentMethodConfigurations(RequestCallback<List<PaymentMethodConfiguration>>) - Method in interface com.wallee.android.sdk.request.api.WebServiceApiClient
This method fetches the possible payment methods from the remote server.
fetchTokenVersions(RequestCallback<List<TokenVersion>>) - Method in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
 
fetchTokenVersions(RequestCallback<List<TokenVersion>>) - Method in interface com.wallee.android.sdk.request.api.WebServiceApiClient
This method fetches the TokenVersion which may be used by the app user.
FlowAction - Enum in com.wallee.android.sdk.flow
The FlowCoordinator allows the execution of certain actions on the flow.
FlowConfiguration - Class in com.wallee.android.sdk.flow.config
The flow configuration holds all the configuration which influence the way how the FlowConfiguration is working.
FlowConfiguration(PaymentFormViewFactory, TokenListViewFactory, PaymentMethodListViewFactory, SuccessViewFactory, AwaitingFinalStateViewFactory, FailureViewFactory, IconCache, List<? extends FlowListener>, IconRequestManager, WebServiceApiClient) - Constructor for class com.wallee.android.sdk.flow.config.FlowConfiguration
 
FlowConfiguration.Builder - Class in com.wallee.android.sdk.flow.config
The builder allows to construct a flow configuration.
FlowCoordinator - Class in com.wallee.android.sdk.flow
The flow coordinator organizes the payment flow.
FlowCoordinator(FlowConfiguration) - Constructor for class com.wallee.android.sdk.flow.FlowCoordinator
Constructor of the coordinator.
FlowListener - Interface in com.wallee.android.sdk.flow.listener
This interface marks an interface to be a listener interface.
FragmentFlowListener<T extends AbstractPaymentFragment> - Class in com.wallee.android.sdk.fragment
The fragment flow listener maps the events triggered by FlowCoordinator to the fragment.
FragmentFlowListener(T, PaymentContainerEnlarger, FragmentTerminationListener, ViewGroup) - Constructor for class com.wallee.android.sdk.fragment.FragmentFlowListener
This method creates a new listener.
FragmentTerminationListener - Interface in com.wallee.android.sdk.fragment
This interface informs about the final outcomes of the AbstractPaymentFragment.

G

Gender - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
getAcceptHeader() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getActivatedOn() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getAggregatedTaxRate() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getAllowedPaymentMethodBrands() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getAllowedPaymentMethodConfigurations() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getAmountExcludingTax() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getAmountIncludingTax() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getAttributes() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getAuthorizationAmount() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getAuthorizedOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getAvailableLanguages() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
getAwaitingFinalStateViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The transaction may not reach a final state immediately.
getBase64Data() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
getBeginDate() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getBillingAddress() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getBillingAddress() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getCategory() - Method in class com.wallee.android.sdk.request.model.base.FailureReason
 
getCategory() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getCity() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getCommercialRegisterNumber() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getCompletedOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getCompletionTimeoutOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getConditions() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getConfirmedBy() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getConfirmedOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getConnector() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getContentAsString() - Method in class com.wallee.android.sdk.request.model.base.Label
 
getContext() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getCountry() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getCreatedBy() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getCreatedOn() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getCreatedOn() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getCreatedOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The created on date indicates the date on which the entity was stored into the database.
getCredentials() - Method in class com.wallee.android.sdk.credentials.Credentials
 
getCredentials(AsynchronousCallback<Credentials>) - Method in class com.wallee.android.sdk.credentials.CredentialsProvider
This method can be called to execute a command which requires a current set of Credentials.
getCredentials() - Method in interface com.wallee.android.sdk.credentials.CredentialsStore
 
getCredentials() - Method in class com.wallee.android.sdk.credentials.SimpleCredentialsStore
 
getCredentialsProviderResolver() - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method returns the resolver of CredentialsProvider.
getCredentialsProviderResolver() - Method in class com.wallee.android.sdk.fragment.ActivityAwarePaymentFragment
 
getCurrency() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getCurrentTargetHeight() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
getCurrentTargetHeight() - Method in interface com.wallee.android.sdk.view.form.PaymentFormView
The height of the view may change depending on the user input.
getCustomerEmailAddress() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getCustomerEmailAddress() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The customer email address is the email address of the customer.
getCustomerId() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getCustomerId() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getCustomerId() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getCustomersPresence() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getDataCollectionType() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getDate() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
getDate() - Method in class com.wallee.android.sdk.request.model.base.ServerError
 
getDateOfBirth() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getDefaultMessage() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
getDependentLocality() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getDescription() - Method in class com.wallee.android.sdk.request.model.base.FailureReason
 
getDescription() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getDescription() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getDescriptor() - Method in class com.wallee.android.sdk.request.model.base.Label
 
getDetails() - Method in exception com.wallee.android.sdk.util.HttpError
 
getDisplayName() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
getDisplayName() - Method in class com.wallee.android.sdk.request.model.base.LocalizedString
 
getEmailAddress() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getEnabledSpaceViews() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getEndDate() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getEndOfLife() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The transaction's end of life indicates the date from which on no operation can be carried out anymore.
getEnvironment() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getExpiryDate() - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
getExternalId() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getFailedOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getFailedUrl() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The user will be redirected to failed URL when the transaction could not be authorized or completed.
getFailureReason() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getFailureViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
When the transaction fails the FlowCoordinator will show a view which explains to the user why the transaction failed.
getFamilyName() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getFeatures() - Method in class com.wallee.android.sdk.request.model.base.FailureReason
 
getFeatures() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getFormSubmitButton() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getFragment() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getFragmentTerminationListener() - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method returns the listener which reacts up on the final states of the payment process.
getFragmentTerminationListener() - Method in class com.wallee.android.sdk.fragment.ActivityAwarePaymentFragment
 
getFragmentView() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getGender() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getGivenName() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getGroup() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getGroup() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getHttpStatusCode() - Method in exception com.wallee.android.sdk.util.HttpError
 
getIconCache() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The icon cache is required to cache the downloaded icons locally on the device to avoid downloading them over and over again.
getIconRequestManager() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
Each payment method has an icon.
getIcons() - Method in class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
getIcons() - Method in class com.wallee.android.sdk.flow.model.LoadedTokens
 
getId() - Method in class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
getId() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
getId() - Method in class com.wallee.android.sdk.request.model.base.FailureReason
 
getId() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getId() - Method in class com.wallee.android.sdk.request.model.base.Label
 
getId() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getId() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getId() - Method in class com.wallee.android.sdk.request.model.base.ServerError
 
getId() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getId() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getId() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getId() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getId() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getId() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The ID is the primary key of the entity.
getId() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getImageResourcePath() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getInternetProtocolAddress() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getInternetProtocolAddressCountry() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getInvoiceMerchantReference() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getItemCount() - Method in class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter
 
getItemCount() - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter
 
getItems() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
getLabel() - Method in class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
getLabels() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getLanguage() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
getLanguage() - Method in class com.wallee.android.sdk.request.model.base.LocalizedString
 
getLanguage() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getLanguage() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getLanguage() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getLanguageCode() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
getLegalOrganizationForm() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getLineItems() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The linked space id holds the ID of the space to which the entity belongs to.
getLinkedSpaceId() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getListeners() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
A listener can implement any subinterface of FlowListener.
getListenersByType(Class<L>) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
This method returns the listeners which implements the type interface.
getMerchantReference() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getMessage() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
getMessage() - Method in class com.wallee.android.sdk.request.model.base.ServerError
 
getMetaData() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
Meta data allow to store additional data along the object.
getMimeType() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
getMobilePhoneNumber() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getName() - Method in class com.wallee.android.sdk.request.model.base.FailureReason
 
getName() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getName() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getName() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getName() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getName() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getName() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getObsoletedOn() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getOneClickPaymentMode() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getOrganizationName() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getOtherPaymentMethodButton() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getPath() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getPath() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getPaymentConnectorConfiguration() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getPaymentConnectorConfiguration() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getPaymentContainerEnlarger() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
getPaymentFormViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The payment form view factory creates the view which collects the payment information.
getPaymentMethod() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getPaymentMethodConfiguration() - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache.CacheKey
 
getPaymentMethodConfiguration() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getPaymentMethodListViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The payment method selection view allows the user to select from a list of payment methods the one which should be used to process the transaction with.
getPaymentMethods() - Method in class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
getPhoneNumber() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The planned purge date indicates when the entity is permanently removed.
getPlannedPurgeDate() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getPostalState() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getPostCode() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getPriority() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getProcessingOn() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getProcessor() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getProcessorConfiguration() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getProcessorToken() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getQuantity() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getRate() - Method in class com.wallee.android.sdk.request.model.base.Tax
 
getRefundedAmount() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The refunded amount is the total amount which has been refunded so far.
getRequestQueue(Context) - Static method in class com.wallee.android.sdk.flow.config.VolleyRequestQueueHolder
Returns the current request queue.
getResolvedDescription() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getResolvedImageUrl() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getResolvedTitle() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getResolvedTitle(Locale) - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getSalesTaxNumber() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getSalutation() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getShippingAddress() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getShippingAddress() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getShippingMethod() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getSku() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getSocialSecurityNumber() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getSortingCode() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getSortOrder() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getSpaceId() - Method in class com.wallee.android.sdk.credentials.Credentials
 
getSpaceId() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getSpaceId() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getSpaceId() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getSpaceViewId() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getState() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getState() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getState() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getState() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getState() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getState() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getState() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getState() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getStreet() - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
getString() - Method in class com.wallee.android.sdk.request.model.base.LocalizedString
 
getSuccessUrl() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The user will be redirected to success URL when the transaction could be authorized or completed.
getSuccessViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The success view is displayed once the transaction has been processed successfully.
getTaxAmount() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getTaxAmountPerUnit() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getTimestamp() - Method in class com.wallee.android.sdk.credentials.Credentials
 
getTitle() - Method in class com.wallee.android.sdk.request.model.base.Tax
 
getTitle() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getToken() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getToken() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getTokenListViewFactory() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The token selection view lets the user select a token from a list of tokens.
getTokenReference() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getTokenVersions() - Method in class com.wallee.android.sdk.flow.model.LoadedTokens
 
getTransactionId() - Method in class com.wallee.android.sdk.credentials.Credentials
 
getTranslation() - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
getType() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
getType() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
getType() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getUniqueId() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getUnitPriceExcludingTax() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getUnitPriceIncludingTax() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
getUrl() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
We want to cache the icon.
getUrl() - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
getUrl() - Method in exception com.wallee.android.sdk.util.HttpError
 
getUserAgentHeader() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getUserFailureMessage() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getUserInterfaceType() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
getValue() - Method in class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
getVersion() - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
getVersion() - Method in class com.wallee.android.sdk.request.model.base.Label
 
getVersion() - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
getVersion() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
getVersion() - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
getVersion() - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
getVersion() - Method in class com.wallee.android.sdk.request.model.token.Token
 
getVersion() - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
getVersion() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
The version number indicates the version of the entity.
getVersion() - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
getWebServiceApiClient() - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration
The web service API client allows to access directly the web service API of wallee.
getWeight() - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 

H

hashCode() - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache.CacheKey
 
HierarchicalPaymentContainerEnlarger - Class in com.wallee.android.sdk.fragment
This implementation of PaymentContainerEnlarger traverses the view hierarchy up until the Activity's base container has been reached and remove all views along the hierarchy.
HierarchicalPaymentContainerEnlarger(View, Activity) - Constructor for class com.wallee.android.sdk.fragment.HierarchicalPaymentContainerEnlarger
 
HierarchicalPaymentContainerEnlarger(View, View) - Constructor for class com.wallee.android.sdk.fragment.HierarchicalPaymentContainerEnlarger
 
HttpError - Exception in com.wallee.android.sdk.util
This error is thrown when there is a HTTP error in loading a web page.
HttpError(String, String, int) - Constructor for exception com.wallee.android.sdk.util.HttpError
 

I

IconCache - Interface in com.wallee.android.sdk.request.icon
The icon cache caches the downloaded payment method icons.
IconRequestManager - Interface in com.wallee.android.sdk.request.icon
The icon request manager fetches the icons of the payment methods from the remote server.
ImageResourcePath - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 27.07.17.
ImageResourcePath(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
InMemoryIconCache - Class in com.wallee.android.sdk.request.icon
This implementation of IconCache stores the icons in the memory by using a static field.
InMemoryIconCache(IconRequestManager, long) - Constructor for class com.wallee.android.sdk.request.icon.InMemoryIconCache
Constructs an instance based on a IconRequestManager.
InvalidCredentialsException - Exception in com.wallee.android.sdk.credentials
This exception is thrown when the Credentials are invalid.
InvalidCredentialsException(String) - Constructor for exception com.wallee.android.sdk.credentials.InvalidCredentialsException
Constructor.
isApplicableForTransactionProcessing() - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
isAwaitingFinalState() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
isChargeRetryEnabled() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
When the charging of the customer fails we can retry the charging.
isEnabledForOneClickPayment() - Method in class com.wallee.android.sdk.request.model.token.Token
 
isExpired() - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
isFailed() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
isShippingRequired() - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
isSubmitted() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
isSubmitted() - Method in interface com.wallee.android.sdk.view.form.PaymentFormView
The form can be submitted through PaymentFormView.submit().
isSuccessful() - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
isValid() - Method in class com.wallee.android.sdk.credentials.Credentials
 

L

Label - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
Label(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.Label
 
LabelDescriptor - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
LabelDescriptor(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
LabelDescriptorCategory - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
LegalOrganizationForm - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
LegalOrganizationForm(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.LegalOrganizationForm
 
LineItem - Class in com.wallee.android.sdk.request.model.transaction
Created by hunziker on 7/24/17.
LineItem(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.LineItem
 
LineItemAttribute - Class in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 25.07.17.
LineItemAttribute(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
LineItemType - Enum in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 25.07.17.
loadData(String, String, String) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
loadData(String, String, String) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
loadDataWithBaseURL(String, String, String, String, String) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
loadDataWithBaseURL(String, String, String, String, String) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
LoadedPaymentMethods - Class in com.wallee.android.sdk.flow.model
This class holds the data which is passed from the payment method loading state to the payment method listing state.
LoadedPaymentMethods(List<PaymentMethodConfiguration>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Constructor for class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
LoadedPaymentMethods(Parcel) - Constructor for class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
LoadedTokens - Class in com.wallee.android.sdk.flow.model
The loaded tokens holds the loaded TokenVersion and PaymentMethodIcon.
LoadedTokens(List<TokenVersion>, Map<PaymentMethodConfiguration, PaymentMethodIcon>) - Constructor for class com.wallee.android.sdk.flow.model.LoadedTokens
 
loadIcon(PaymentMethodConfiguration, RequestCallback<PaymentMethodIcon>) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache
 
loadIcon(PaymentMethodConfiguration, RequestCallback<PaymentMethodIcon>) - Method in interface com.wallee.android.sdk.request.icon.IconCache
This method is invoked when for the methodConfiguration the images should be downloaded.
LoadingViewListener<V extends android.view.View> - Interface in com.wallee.android.sdk.view
A loading view is a View which can indicate whether it is in a loading state or in a onTokenSelectionViewReady state.
loadUrl(String) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
loadUrl(String, Map<String, String>) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
loadUrl(String) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
loadUrl(String, Map<String, String>) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
LocalizedString - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
LocalizedString(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.LocalizedString
 
lookupInLocalCache(AbstractIconCache.CacheKey) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache
This method is invoked to try to load the icon from the local cache.
lookupInLocalCache(AbstractIconCache.CacheKey) - Method in class com.wallee.android.sdk.request.icon.InMemoryIconCache
 
lookupInRemoteServer(AbstractIconCache.CacheKey, RequestCallback<PaymentMethodIcon>) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache
This method has to query the remote host to fetch the icon.
lookupInRemoteServer(AbstractIconCache.CacheKey, RequestCallback<PaymentMethodIcon>) - Method in class com.wallee.android.sdk.request.icon.InMemoryIconCache
 

M

MeasurementUnitUtil - Class in com.wallee.android.sdk.util
This class contains methods which help to handle the different measurement units.
minimal(CredentialsProvider, Context) - Static method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method provides a minimal configuration which works for most cases.
MobileSdkUrl - Class in com.wallee.android.sdk.request.model.transaction
This mobile SDK URL represents the base URL for loading a WebView with the payment form in it.
MobileSdkUrl(String, long) - Constructor for class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
Constructor.
MobileSdkUrl(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 

O

OnApiErrorListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when there occurred an error during invoking the wallee web service API.
onAttachedToWindow() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
onAwaitingFinalState(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when the user has completed the payment process but the transaction has neither a PaymentFormView.Listener.onSuccess(View) nor PaymentFormView.Listener.onFailure(View) state reached.
onBackPressed() - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
This method can be invoked to trigger going back within the payment fragment.
onBeforeLoadingPaymentMethod() - Method in interface com.wallee.android.sdk.flow.listener.OnBeforeLoadingPaymentMethodListener
This method is invoked before the payment method list is loaded.
onBeforeLoadingPaymentMethod() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnBeforeLoadingPaymentMethodListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked before the payment method list is loaded from the remote server.
onBeforeLoadingToken() - Method in interface com.wallee.android.sdk.flow.listener.OnBeforeLoadingTokenListener
This method is invoked before the token list is loaded.
OnBeforeLoadingTokenListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked before the token list is loaded from the remote server.
onBindViewHolder(DefaultPaymentMethodListViewAdapter.ViewHolder, int) - Method in class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter
 
onBindViewHolder(DefaultTokenListViewAdapter.ViewHolder, int) - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter
 
onClick(View) - Method in class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter.ViewHolder
 
onClick(View) - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter.ViewHolder
 
onClientError(ClientError) - Method in interface com.wallee.android.sdk.flow.listener.OnApiErrorListener
This method is invoked when there was a client error.
onClientError(ClientError) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onCreate(Bundle) - Method in class com.wallee.android.sdk.fragment.ActivityAwarePaymentFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.wallee.android.sdk.flow.FlowCoordinator
This method creates the handlerView which is relevant for the savedInstanceState of the coordinator.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
 
onCreateViewHolder(ViewGroup, int) - Method in class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter
 
onCreateViewHolder(ViewGroup, int) - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter
 
onDestroy() - Method in class com.wallee.android.sdk.flow.FlowCoordinator
This method destroys any link to the handlerView references etc.
onDestroy() - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
 
onDetachedFromWindow() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
OneClickPaymentMode - Enum in com.wallee.android.sdk.request.model.method
Created by simonwalter on 26.07.17.
onEnlargeView(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is called when the view should be enlarged.
OnErrorListener - Interface in com.wallee.android.sdk.flow.listener
This interface joins multiple common error listeners together into one interface.
onExpired(V) - Method in interface com.wallee.android.sdk.view.ExpiringViewListener
This method is invoked when the view has been expired.
onFailure(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when the transaction has failed.
onFailureTermination(String, Transaction) - Method in interface com.wallee.android.sdk.fragment.FragmentTerminationListener
This method is invoked when something went wrong.
onHttpError(HttpError) - Method in interface com.wallee.android.sdk.flow.listener.OnHttpErrorListener
This method is invoked when there occurred a HTTP error.
onHttpError(HttpError) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onHttpError(T, HttpError) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when there occurred a HTTP loading during the loading of the WebView.
OnHttpErrorListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when there is a problem loading some HTTP page within in a
onLoading(V) - Method in interface com.wallee.android.sdk.view.LoadingViewListener
This method is invoked when the view is not onTokenSelectionViewReady and requires to load something.
onNetworkError(VolleyError) - Method in interface com.wallee.android.sdk.flow.listener.OnNetworkErrorListener
This methdo is invoked when the communication between the mobile device and the wallee API fails.
onNetworkError(VolleyError) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnNetworkErrorListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when there was a network error.
onPaymentContainerEnlarge() - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentContainerResizeListener
This method is invoked when the provided view should be enlarged to render more complex content (e.g.
onPaymentContainerEnlarge() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onPaymentContainerReduce() - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentContainerResizeListener
This method is called when the view size can be reduced again.
onPaymentContainerReduce() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnPaymentContainerResizeListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the payment container requires the whole screen.
OnPaymentFormValidationListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the payment form validation completes.
onPaymentFormViewReady(boolean) - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentFormViewReadyListener
This method is invoked when the payment form is ready.
onPaymentFormViewReady(boolean) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnPaymentFormViewReadyListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the payment form view is ready.
onPaymentMethodClicked(PaymentMethodConfiguration) - Method in interface com.wallee.android.sdk.view.selection.method.PaymentMethodListViewFactory.PaymentMethodListViewListener
This method is invoked when the method has been selected by the user.
onPaymentMethodSelection(PaymentMethodConfiguration) - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentMethodSelectionListener
This method is invoked when the user has chosen a payment method configuration.
OnPaymentMethodSelectionListener - Interface in com.wallee.android.sdk.flow.listener
This listener is triggered when a payment method has been selected.
OnPaymentMethodSelectionViewReady - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the payment method selection view is ready resp.
onPaymentMethodSelectionViewReady() - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentMethodSelectionViewReady
This method is invoked when the payment method selection view is loaded.
onReady(V) - Method in interface com.wallee.android.sdk.view.LoadingViewListener
This method is invoked when the view is onTokenSelectionViewReady and the content can be shown to the user.
onResetView(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is called when the enlarged screen is not required anymore.
onSaveInstanceState(Bundle) - Method in class com.wallee.android.sdk.flow.FlowCoordinator
This method persists the current state of the coordinator into the given outState bundle.
onSaveInstanceState(Bundle) - Method in class com.wallee.android.sdk.fragment.AbstractPaymentFragment
 
onServerError(ServerError) - Method in interface com.wallee.android.sdk.flow.listener.OnApiErrorListener
This method is invoked when there was an error which was caused by a bug within the wallee platform itself.
onServerError(ServerError) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onSuccess(T) - Method in interface com.wallee.android.sdk.request.RequestCallback
This method is invoked when the call was successful.
onSuccess(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when the transaction has been completed successfully.
onSuccessfulTermination(Transaction) - Method in interface com.wallee.android.sdk.fragment.FragmentTerminationListener
This method is invoked when the transaction is successfully completed.
onTokenClicked(TokenVersion) - Method in interface com.wallee.android.sdk.view.selection.token.TokenListViewFactory.TokenViewListener
This method is called when a token has been selected by the user.
onTokenSelected(TokenVersion) - Method in interface com.wallee.android.sdk.flow.listener.OnTokenSelectedListener
This method is invoked when the user has chosen a token with which the payment should be completed with.
onTokenSelected(TokenVersion) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnTokenSelectedListener - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the token has been selected in the token view list.
OnTokenSelectionViewReady - Interface in com.wallee.android.sdk.flow.listener
This listener is invoked when the payment method selection view is ready resp.
onTokenSelectionViewReady() - Method in interface com.wallee.android.sdk.flow.listener.OnTokenSelectionViewReady
This method is invoked when the payment method selection view is loaded.
onTokenSelectionViewReady() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onTransactionFailure(Transaction, FailureReason, String) - Method in interface com.wallee.android.sdk.flow.listener.OnTransactionFailureListener
This method is invoked when the transaction is considered as failed.
onTransactionFailure(Transaction, FailureReason, String) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnTransactionFailureListener - Interface in com.wallee.android.sdk.flow.listener
This listeners is invoked when the Transaction fails.
onTransactionSuccess(Transaction) - Method in interface com.wallee.android.sdk.flow.listener.OnTransactionSuccessListener
This method is called when the transaction is considered as successful.
onTransactionSuccess(Transaction) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
OnTransactionSuccessListener - Interface in com.wallee.android.sdk.flow.listener
This listener is called when the Transaction succeeds.
onValidationFailure(List<String>) - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentFormValidationListener
This method is invoked when the validation fails.
onValidationFailure(List<String>) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onValidationFailure(T, List<String>) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when the the invocation of PaymentFormView.validate() failed.
onValidationSuccess() - Method in interface com.wallee.android.sdk.flow.listener.OnPaymentFormValidationListener
This method is invoked when the validation completed without errors.
onValidationSuccess() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
 
onValidationSuccess(T) - Method in interface com.wallee.android.sdk.view.form.PaymentFormView.Listener
This method is invoked when the invocation of PaymentFormView.validate() was successful.

P

ParcelableHelper - Class in com.wallee.android.sdk.util
This class helps to convert Serializable into Parcelable.
PaymentContainerEnlarger - Interface in com.wallee.android.sdk.fragment
The payment container enlarger manages the resizing of the payment container.
PaymentFormView - Interface in com.wallee.android.sdk.view.form
The payment form view is responsible for loading and triggering the form which collects the payment details such as card numbers etc.
PaymentFormView.Listener<T extends android.view.View & PaymentFormView> - Interface in com.wallee.android.sdk.view.form
The listener is used to communicate back to the invoker of the view what is going on within the view.
PaymentFormViewFactory<V extends android.view.View & PaymentFormView> - Interface in com.wallee.android.sdk.view.form
The payment form factory is responsible to create a view which holds the payment form.
PaymentFormViewFactory.UrlFetcher - Interface in com.wallee.android.sdk.view.form
The URL fetcher is responsible for loading the MobileSdkUrl which is used to load the payment form.
PaymentMethodBrand - Class in com.wallee.android.sdk.request.model.method
Created by simonwalter on 28.07.17.
PaymentMethodBrand(Parcel) - Constructor for class com.wallee.android.sdk.request.model.method.PaymentMethodBrand
 
PaymentMethodConfiguration - Class in com.wallee.android.sdk.request.model.method
Created by simonwalter on 26.07.17.
PaymentMethodConfiguration(Parcel) - Constructor for class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
PaymentMethodIcon - Class in com.wallee.android.sdk.request.model.method
The payment method icon represents the data associated with an icon of a payment method.
PaymentMethodIcon(String, String, String) - Constructor for class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
The default constructor.
PaymentMethodIcon(Parcel) - Constructor for class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
PaymentMethodImageView - Class in com.wallee.android.sdk.view.selection
This view allows to display a PaymentMethodIcon.
PaymentMethodImageView(Context, AttributeSet) - Constructor for class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
PaymentMethodListViewFactory - Interface in com.wallee.android.sdk.view.selection.method
The payment method list view shows the payment methods from which the user can select from.
PaymentMethodListViewFactory.PaymentMethodListViewListener - Interface in com.wallee.android.sdk.view.selection.method
This listener informs the implementor about events occurring within the payment method list view.
PersistableView - Interface in com.wallee.android.sdk.view
When the view implements this interface the FlowCoordinator will save resp.
process(T) - Method in interface com.wallee.android.sdk.util.AsynchronousCallback
This method is invoked when the callback is ready.
processOneClickToken(Token, RequestCallback<Transaction>) - Method in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
 
processOneClickToken(Token, RequestCallback<Transaction>) - Method in interface com.wallee.android.sdk.request.api.WebServiceApiClient
This method processes the transaction with the given token.
ProcessorConfiguration - Class in com.wallee.android.sdk.request.model.method
Created by simonwalter on 26.07.17.
ProcessorConfiguration(Parcel) - Constructor for class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
putInLocalCache(AbstractIconCache.CacheKey, PaymentMethodIcon) - Method in class com.wallee.android.sdk.request.icon.AbstractIconCache
This method is invoked to persist an entry into the local cache.
putInLocalCache(AbstractIconCache.CacheKey, PaymentMethodIcon) - Method in class com.wallee.android.sdk.request.icon.InMemoryIconCache
 

R

readParcelableMap(Parcel, Map<K, V>, Class<K>, Class<V>) - Static method in class com.wallee.android.sdk.util.ParcelableHelper
Reads the map from the parcel.
readSerializableMap(Parcel, Map<K, V>, Class<K>, Class<V>) - Static method in class com.wallee.android.sdk.util.ParcelableHelper
Reads the map from the parcel.
readTransaction(RequestCallback<Transaction>) - Method in class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
 
readTransaction(RequestCallback<Transaction>) - Method in interface com.wallee.android.sdk.request.api.WebServiceApiClient
This method fetches the transaction object.
RequestCallback<T> - Interface in com.wallee.android.sdk.request
This callback is invoked as a result handler for VolleyWebServiceApiClient.
requireNonEmpty(String, String) - Static method in class com.wallee.android.sdk.util.Check
Checks if the given obj is not null and it is not empty.
requireNonNull(T) - Static method in class com.wallee.android.sdk.util.Check
Checks whether the given obj is null.
requireNonNull(T, String) - Static method in class com.wallee.android.sdk.util.Check
Checks whether the given obj is null.
resolveCredentialsProvider() - Method in interface com.wallee.android.sdk.fragment.CredentialsProviderResolver
This method should return an instance of CredentialsProvider.
ResourcePath - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
ResourcePath(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.ResourcePath
 
ResourceState - Enum in com.wallee.android.sdk.request.model.base
Created by simonwalter on 26.07.17.
restore() - Method in class com.wallee.android.sdk.fragment.HierarchicalPaymentContainerEnlarger
 
restore() - Method in interface com.wallee.android.sdk.fragment.PaymentContainerEnlarger
This method should restore the situation as it was before calling PaymentContainerEnlarger.enlarge() has been invoked.
restoreViewState(Bundle) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
restoreViewState(Bundle) - Method in interface com.wallee.android.sdk.view.PersistableView
This method is called to restore the state from inState bundle.
runOnUiThread(Runnable) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
Short cut for Activity.runOnUiThread(Runnable).

S

saveViewState(Bundle) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
saveViewState(Bundle) - Method in interface com.wallee.android.sdk.view.PersistableView
This method is called when the state of the view should be persisted.
SelectedPaymentMethodConfiguration - Class in com.wallee.android.sdk.flow.model
This model is passed from the payment method selection view to the payment form view.
SelectedPaymentMethodConfiguration(long) - Constructor for class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
SelectedPaymentMethodConfiguration(Parcel) - Constructor for class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
ServerError - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 31.07.17.
ServerError() - Constructor for class com.wallee.android.sdk.request.model.base.ServerError
 
setAwaitingFinalStateViewFactory(AwaitingFinalStateViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the factory which is responsible for creating the awaiting final state view.
setFailureViewFactory(FailureViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the factory which is responsible for creating the failure view.
setFlowCoordinator(FlowCoordinator) - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
Sets the coordinator.
setIcon(PaymentMethodIcon) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
setIconCache(IconCache) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the cache which stores the downloaded images from the remote server.
setIconRequestManager(IconRequestManager) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the icon request manager which should be used.
setListeners(Collection<? extends FlowListener>) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets a listener to the configuration builder.
setOnClickListener(View.OnClickListener) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
setPaymentFormViewFactory(PaymentFormViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method defines the factory which creates the form for the payment information collection.
setPaymentMethodListViewFactory(PaymentMethodListViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the factory which is responsible for creating the payment method selection screen.
setSuccessViewFactory(SuccessViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the factory which is responsible for creating the success view.
setTokenListViewFactory(TokenListViewFactory) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the token selection view.
setupFormSubmitButton() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
This method setups a button which triggers the submit of the payment form.
setupOtherPaymentMethodButton() - Method in class com.wallee.android.sdk.fragment.FragmentFlowListener
This method setups a button which triggers the switch form the token selection view to the payment method selection view.
setWebServiceApiClient(WebServiceApiClient) - Method in class com.wallee.android.sdk.flow.config.FlowConfiguration.Builder
This method sets the web service API client.
setWebViewClient(WebViewClient) - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
setWebViewClient(WebViewClient) - Method in class com.wallee.android.sdk.view.selection.PaymentMethodImageView
 
SimpleCredentialsStore - Class in com.wallee.android.sdk.credentials
A minimal implementation of CredentialsStore which does store the credentials in a member variable.
SimpleCredentialsStore() - Constructor for class com.wallee.android.sdk.credentials.SimpleCredentialsStore
 
submit() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
submit() - Method in interface com.wallee.android.sdk.view.form.PaymentFormView
This method submits the form content.
SuccessViewFactory - Interface in com.wallee.android.sdk.view.success
This factory is responsible to create a view which is shown when the transaction is succeeding.

T

Tax - Class in com.wallee.android.sdk.request.model.base
Created by simonwalter on 25.07.17.
Tax(Parcel) - Constructor for class com.wallee.android.sdk.request.model.base.Tax
 
THRESHOLD - Static variable in class com.wallee.android.sdk.credentials.Credentials
The threshold which is used to check if the credentials are still valid.
Token - Class in com.wallee.android.sdk.request.model.token
The token represents stored payment information which can be used to trigger a payment.
TokenListViewFactory - Interface in com.wallee.android.sdk.view.selection.token
This factory is responsible to create the view which lists the available tokens.
TokenListViewFactory.TokenViewListener - Interface in com.wallee.android.sdk.view.selection.token
This listener is responsible for handling all events triggered from within the token list view.
TokenVersion - Class in com.wallee.android.sdk.request.model.token
Token Version class as defined by the web API.
TokenVersion(Parcel) - Constructor for class com.wallee.android.sdk.request.model.token.TokenVersion
 
TokenVersionState - Enum in com.wallee.android.sdk.request.model.token
Created by simonwalter on 26.07.17.
toString() - Method in class com.wallee.android.sdk.credentials.Credentials
 
toString() - Method in class com.wallee.android.sdk.request.model.base.ClientError
 
toString() - Method in class com.wallee.android.sdk.request.model.base.ServerError
 
toString() - Method in exception com.wallee.android.sdk.util.HttpError
 
Transaction - Class in com.wallee.android.sdk.request.model.transaction
 
Transaction(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.Transaction
 
TransactionGroup - Class in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 28.07.17.
TransactionGroup(Parcel) - Constructor for class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
TransactionGroupState - Enum in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 28.07.17.
TransactionState - Enum in com.wallee.android.sdk.request.model.transaction
The possible state of a Transaction as defined in the web API.
TransactionUserInterfaceType - Enum in com.wallee.android.sdk.request.model.transaction
Created by simonwalter on 28.07.17.
triggerAction(FlowAction) - Method in class com.wallee.android.sdk.flow.FlowCoordinator
This method triggers the action.
triggerClickEvent(int) - Method in class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter
This method triggers click event based up on the position of the entry which has been clicked.

U

updateCredentials(Credentials) - Method in interface com.wallee.android.sdk.credentials.CredentialsStore
This method stores the credentials into a more permanent location.
updateCredentials(Credentials) - Method in class com.wallee.android.sdk.credentials.SimpleCredentialsStore
 

V

validate() - Method in class com.wallee.android.sdk.view.form.DefaultPaymentFormView
 
validate() - Method in interface com.wallee.android.sdk.view.form.PaymentFormView
This method validates the form content.
valueOf(String) - Static method in enum com.wallee.android.sdk.flow.FlowAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.ClientErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.CreationEntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.FailureCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.LabelDescriptorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.base.ResourceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.method.DataCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.method.OneClickPaymentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.token.TokenVersionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.ChargeAttemptEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.CustomersPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.LineItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionGroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionUserInterfaceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wallee.android.sdk.flow.FlowAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.ClientErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.CreationEntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.FailureCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.LabelDescriptorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.base.ResourceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.method.DataCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.method.OneClickPaymentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.token.TokenVersionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.ChargeAttemptEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.CustomersPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.LineItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionGroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.sdk.request.model.transaction.TransactionUserInterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewHolder(View) - Constructor for class com.wallee.android.sdk.view.selection.method.DefaultPaymentMethodListViewAdapter.ViewHolder
 
ViewHolder(View) - Constructor for class com.wallee.android.sdk.view.selection.token.DefaultTokenListViewAdapter.ViewHolder
 
VolleyIconRequestManager - Class in com.wallee.android.sdk.request.icon
The icon request manager fetches the icons of the payment methods from the remote server.
VolleyIconRequestManager(RequestQueue) - Constructor for class com.wallee.android.sdk.request.icon.VolleyIconRequestManager
Constructs a request manager with a request queue.
VolleyRequestQueueHolder - Class in com.wallee.android.sdk.flow.config
This class holds a reference of the request queue in a static way.
VolleyRequestQueueHolder() - Constructor for class com.wallee.android.sdk.flow.config.VolleyRequestQueueHolder
 
VolleyWebServiceApiClient - Class in com.wallee.android.sdk.request.api
The request manager is responsible for the communication with the wallee web service.
VolleyWebServiceApiClient(RequestQueue, CredentialsProvider) - Constructor for class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
Constructs a new request manager.
VolleyWebServiceApiClient(RequestQueue, CredentialsProvider, String) - Constructor for class com.wallee.android.sdk.request.api.VolleyWebServiceApiClient
Constructs a new request manager.

W

WebServiceApiClient - Interface in com.wallee.android.sdk.request.api
The request manager is responsible for the communication with the wallee web service.
writeParcelableMap(Parcel, Map<K, V>, int) - Static method in class com.wallee.android.sdk.util.ParcelableHelper
Writes a map of Parcelables into a Parcelable.
writeSerializableMap(Parcel, Map<K, V>) - Static method in class com.wallee.android.sdk.util.ParcelableHelper
Writes a map of Serializable into a Parcelable.
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.credentials.Credentials
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.flow.model.LoadedPaymentMethods
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.flow.model.LoadedTokens
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.flow.model.SelectedPaymentMethodConfiguration
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.base.CreationEntityState
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedString
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.DatabaseTranslatedStringItem
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.base.Gender
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.ImageResourcePath
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.Label
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.LabelDescriptor
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.base.LabelDescriptorCategory
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.LegalOrganizationForm
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.LocalizedString
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.ResourcePath
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.base.ResourceState
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.base.Tax
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.method.ConnectorConfiguration
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.method.DataCollectionType
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.method.OneClickPaymentMode
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodBrand
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodConfiguration
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.method.PaymentMethodIcon
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.method.ProcessorConfiguration
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.token.Token
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.token.TokenVersion
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.token.TokenVersionState
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.Address
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.ChargeAttemptEnvironment
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.CustomersPresence
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.LineItem
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.LineItemAttribute
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.LineItemType
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.MobileSdkUrl
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.Transaction
 
writeToParcel(Parcel, int) - Method in class com.wallee.android.sdk.request.model.transaction.TransactionGroup
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionGroupState
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionState
 
writeToParcel(Parcel, int) - Method in enum com.wallee.android.sdk.request.model.transaction.TransactionUserInterfaceType
 
A B C D E F G H I L M O P R S T U V W 
Skip navigation links