Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Phone
Packages that use Phone
-
Uses of Phone in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PhoneModifier and TypeMethodDescriptionPaypal.getPhoneNumber()The phone number, in its canonical international E.164 numbering plan format.PhoneWithType.getPhoneNumber()The phone number, in its canonical international E.164 numbering plan format.ShippingDetail.getPhoneNumber()The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type PhoneModifier and TypeMethodDescriptionvoidPaypal.setPhoneNumber(Phone phoneNumber) The phone number, in its canonical international E.164 numbering plan format.voidPhoneWithType.setPhoneNumber(Phone phoneNumber) The phone number, in its canonical international E.164 numbering plan format.voidShippingDetail.setPhoneNumber(Phone phoneNumber) The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.