Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Name
- 
Packages that use Name Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders  - 
- 
Uses of Name in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return Name Modifier and Type Method Description NamePayer. getName()The name of the payer.NamePaypal. getName()The name of the PayPal account holder.NameShippingDetail. getName()The name of the person to whom to ship the items.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Name Modifier and Type Method Description voidPayer. setName(Name name)The name of the payer.voidPaypal. setName(Name name)The name of the PayPal account holder.voidShippingDetail. setName(Name name)The name of the person to whom to ship the items. 
 -