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 Name
Payer. getName()
The name of the payer.Name
Paypal. getName()
The name of the PayPal account holder.Name
ShippingDetail. 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 void
Payer. setName(Name name)
The name of the payer.void
Paypal. setName(Name name)
The name of the PayPal account holder.void
ShippingDetail. setName(Name name)
The name of the person to whom to ship the items.
-