Uses of Class
com.adyen.model.management.BillingEntity
-
Packages that use BillingEntity Package Description com.adyen.model.management -
-
Uses of BillingEntity in com.adyen.model.management
Methods in com.adyen.model.management that return BillingEntity Modifier and Type Method Description BillingEntityBillingEntity. address(Address address)BillingEntityBillingEntity. email(String email)static BillingEntityBillingEntity. fromJson(String jsonString)Create an instance of BillingEntity given an JSON stringBillingEntityTerminalOrder. getBillingEntity()Get billingEntityBillingEntityBillingEntity. id(String id)BillingEntityBillingEntity. name(String name)BillingEntityBillingEntity. taxId(String taxId)Methods in com.adyen.model.management that return types with arguments of type BillingEntity Modifier and Type Method Description List<BillingEntity>BillingEntitiesResponse. getData()List of legal entities that can be used for the billing of orders.Methods in com.adyen.model.management with parameters of type BillingEntity Modifier and Type Method Description BillingEntitiesResponseBillingEntitiesResponse. addDataItem(BillingEntity dataItem)TerminalOrderTerminalOrder. billingEntity(BillingEntity billingEntity)voidTerminalOrder. setBillingEntity(BillingEntity billingEntity)billingEntityMethod parameters in com.adyen.model.management with type arguments of type BillingEntity Modifier and Type Method Description BillingEntitiesResponseBillingEntitiesResponse. data(List<BillingEntity> data)voidBillingEntitiesResponse. setData(List<BillingEntity> data)List of legal entities that can be used for the billing of orders.
-