Braintree\TransactionSearch::merchantAccountId PHP Method

merchantAccountId() public static method

public static merchantAccountId ( )
    public static function merchantAccountId()
    {
        return new MultipleValueNode("merchant_account_id");
    }

Usage Example

 /**
  * @return MultipleValueNode
  */
 public function merchantAccountId()
 {
     return TransactionSearch::merchantAccountId();
 }
All Usage Examples Of Braintree\TransactionSearch::merchantAccountId