Uses of Class
com.adyen.model.balanceplatform.AssociationListing
-
Packages that use AssociationListing Package Description com.adyen.model.balanceplatform -
-
Uses of AssociationListing in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AssociationListing Modifier and Type Method Description AssociationListingAssociationListing. createdAt(OffsetDateTime createdAt)The date and time when the association was created.AssociationListingAssociationListing. entityId(String entityId)The unique identifier of the entity.AssociationListingAssociationListing. entityType(ScaEntityType entityType)entityTypestatic AssociationListingAssociationListing. fromJson(String jsonString)Create an instance of AssociationListing given an JSON stringAssociationListingAssociationListing. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AssociationListingAssociationListing. scaDeviceId(String scaDeviceId)The unique identifier of the SCA device.AssociationListingAssociationListing. scaDeviceName(String scaDeviceName)The human-readable name for the SCA device that was registered.AssociationListingAssociationListing. scaDeviceType(ScaDeviceType scaDeviceType)scaDeviceTypeAssociationListingAssociationListing. status(AssociationStatus status)statusMethods in com.adyen.model.balanceplatform that return types with arguments of type AssociationListing Modifier and Type Method Description List<AssociationListing>ListAssociationsResponse. getData()Contains a list of associations and their corresponding details.Methods in com.adyen.model.balanceplatform with parameters of type AssociationListing Modifier and Type Method Description ListAssociationsResponseListAssociationsResponse. addDataItem(AssociationListing dataItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type AssociationListing Modifier and Type Method Description ListAssociationsResponseListAssociationsResponse. data(List<AssociationListing> data)Contains a list of associations and their corresponding details.voidListAssociationsResponse. setData(List<AssociationListing> data)Contains a list of associations and their corresponding details.
-