BTContactInformation
public struct BTContactInformation
Contact information of the recipient for the order
-
Intialize a BTContactInformation
Declaration
Swift
public init(recipientEmail: String? = nil, recipientPhoneNumber: BTPayPalPhoneNumber? = nil)
Parameters
recipientEmail
Optional: Email address of the recipient.
recipientPhoneNumber
Optional: Phone number of the recipient.