PayPalContactInformation
data class PayPalContactInformation(val recipientEmail: String? = null, val recipentPhoneNumber: PayPalPhoneNumber? = null) : Parcelable
Representation of a recipient Contact Information for the order.