- 
                  
                  
Creates a new instance of the
HyperwalletPayPalAccountbased on the required parameter to update PayPal account.Declaration
Swift
public init(token: String)Parameters
tokenThe PayPal account token.
 - 
                  
                  
Creates a new instance of the
HyperwalletPrepaidCardbased on the required parameters to create prepaid card account.Declaration
Swift
public init(transferMethodProfileType: String)Parameters
transferMethodProfileTypeThe prepaid card account holder’s profile type, e.g. INDIVIDUAL or BUSINESS
 - 
                  
                  
Sets the card package
Declaration
Swift
public func cardPackage(_ cardPackage: String) -> BuilderParameters
cardPackageThe card package name or identifier. You must provide an exact cardPackage value that has been been configured for the program or leave it blank. If left blank, the default card package will be automatically selected.
Return Value
a self
HyperwalletPrepaidCard.Builderinstance. - 
                  
                  
Sets userToken for an instant issue card
Declaration
Swift
public func userToken(_ userToken: String) -> BuilderParameters
userTokenThe unique, auto-generated user identifier. Max 64 characters, prefixed with “usr-”.
Return Value
a self
HyperwalletPrepaidCard.Builderinstance. - 
                  
                  
Builds a new instance of the
HyperwalletPrepaidCard.Declaration
Swift
public func build() -> HyperwalletPrepaidCardReturn Value
a new instance of the
HyperwalletPrepaidCard. 
            View on GitHub