Uses of Class
com.adyen.model.management.BillingEntitiesResponse
-
Packages that use BillingEntitiesResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of BillingEntitiesResponse in com.adyen.model.management
Methods in com.adyen.model.management that return BillingEntitiesResponse Modifier and Type Method Description BillingEntitiesResponseBillingEntitiesResponse. addDataItem(BillingEntity dataItem)BillingEntitiesResponseBillingEntitiesResponse. data(List<BillingEntity> data)List of legal entities that can be used for the billing of orders.static BillingEntitiesResponseBillingEntitiesResponse. fromJson(String jsonString)Create an instance of BillingEntitiesResponse given an JSON string -
Uses of BillingEntitiesResponse in com.adyen.service.management
Methods in com.adyen.service.management that return BillingEntitiesResponse Modifier and Type Method Description BillingEntitiesResponseTerminalOrdersCompanyLevelApi. listBillingEntities(String companyId)Get a list of billing entitiesBillingEntitiesResponseTerminalOrdersCompanyLevelApi. listBillingEntities(String companyId, String name, RequestOptions requestOptions)Get a list of billing entitiesBillingEntitiesResponseTerminalOrdersMerchantLevelApi. listBillingEntities(String merchantId)Get a list of billing entitiesBillingEntitiesResponseTerminalOrdersMerchantLevelApi. listBillingEntities(String merchantId, String name, RequestOptions requestOptions)Get a list of billing entities
-