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)addressBillingEntityBillingEntity. email(String email)The email address of the billing entity.static BillingEntityBillingEntity. fromJson(String jsonString)Create an instance of BillingEntity given an JSON stringBillingEntityTerminalOrder. getBillingEntity()billingEntityBillingEntityBillingEntity. id(String id)The unique identifier of the billing entity, for use as `billingEntityId` when creating an order.BillingEntityBillingEntity. name(String name)The unique name of the billing entity.BillingEntityBillingEntity. taxId(String taxId)The tax number of the billing entity.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)billingEntityvoidTerminalOrder. 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)List of legal entities that can be used for the billing of orders.voidBillingEntitiesResponse. setData(List<BillingEntity> data)List of legal entities that can be used for the billing of orders.
-