| Package | Description |
|---|---|
| be.feelio.mollie.data.profile | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
ProfileResponse |
ProfileResponse.ProfileResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileResponse> |
ProfileListResponse.getProfiles() |
| Modifier and Type | Method and Description |
|---|---|
ProfileListResponse.ProfileListResponseBuilder |
ProfileListResponse.ProfileListResponseBuilder.profiles(List<ProfileResponse> profiles) |
void |
ProfileListResponse.setProfiles(List<ProfileResponse> profiles) |
| Constructor and Description |
|---|
ProfileListResponse(List<ProfileResponse> profiles) |
| Modifier and Type | Method and Description |
|---|---|
ProfileResponse |
ProfileHandler.createProfile(ProfileRequest body)
In order to process payments, you need to create a website profile.
|
ProfileResponse |
ProfileHandler.createProfile(ProfileRequest body,
QueryParams params)
In order to process payments, you need to create a website profile.
|
ProfileResponse |
ProfileHandler.getMyProfile()
Use this API if you are creating a plugin or SaaS application that allows users to enter a Mollie API key, and you want to give a confirmation of the website profile that will be used in your plugin or application.
|
ProfileResponse |
ProfileHandler.getMyProfile(QueryParams params)
Use this API if you are creating a plugin or SaaS application that allows users to enter a Mollie API key, and you want to give a confirmation of the website profile that will be used in your plugin or application.
|
ProfileResponse |
ProfileHandler.getProfile(String id)
Retrieve details of a profile, using the profile’s identifier.
|
ProfileResponse |
ProfileHandler.getProfile(String id,
QueryParams params)
Retrieve details of a profile, using the profile’s identifier.
|
ProfileResponse |
ProfileHandler.updateProfile(String id,
ProfileRequest body)
A profile is required to process payments.
|
ProfileResponse |
ProfileHandler.updateProfile(String id,
ProfileRequest body,
QueryParams params)
A profile is required to process payments.
|
Copyright © 2020. All rights reserved.