setApplePayMerchantID method

ExpressApplePay setApplePayMerchantID(
  1. String applePayMerchantID
)

Implementation

ExpressApplePay setApplePayMerchantID(String applePayMerchantID){
  _applePayMerchantID = applePayMerchantID;
  return this;
}