* Return block containing a list of BUYProduct objects, the page requested, a boolean to determine whether the end of the list has been reach and/or an optional NSError
* The Merchant ID is used for Apple Pay and set using `enableApplePayWithMerchantId:`
*/
@property(nonatomic,strong,readonly)NSString*merchantIdNS_DEPRECATED_IOS(8_0,9_0,"Set the `merchantId` on a BUYViewController subclass instead");
@property(nonatomic,strong,readonly,nullable)NSString*merchantIdNS_DEPRECATED_IOS(8_0,9_0,"Set the `merchantId` on a BUYViewController subclass instead");
/**
* Application name to attribute orders to. Defaults to app bundle name (CFBundleName)