HyperwalletPayPalAccount
@objcMembers
public final class HyperwalletPayPalAccount : HyperwalletTransferMethod
                Representation of the user’s PayPal account
- 
                  
                  
The required initializer
Declaration
Swift
public required init(from decoder: Decoder) throws - 
                  
                  
The email address.
Declaration
Swift
public var email: String? { get } - 
                  
                  
A helper class to build the
See moreHyperwalletPayPalAccountinstance.Declaration
Swift
public final class Builder 
            View on GitHub