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
recipientEmailOptional: Email address of the recipient.
recipientPhoneNumberOptional: Phone number of the recipient.
View on GitHub